Changed Picking colors from vec2 to ivec2. Picking now working for multiple scenes (Solution not perfect in the editor, yet)
This commit is contained in:
@@ -15,6 +15,7 @@ struct PickData
|
||||
EntityID Entity;
|
||||
glm::vec3 Position; //World position
|
||||
float Depth;
|
||||
::Camera* Camera;
|
||||
};
|
||||
|
||||
class IRenderer
|
||||
|
||||
Reference in New Issue
Block a user