Added world pointer to PickData
This commit is contained in:
@@ -16,6 +16,7 @@ struct PickData
|
||||
glm::vec3 Position; //World position
|
||||
float Depth;
|
||||
::Camera* Camera;
|
||||
const ::World* World;
|
||||
};
|
||||
|
||||
class IRenderer
|
||||
|
||||
Reference in New Issue
Block a user