add support for picking, using point 2 point constraint
allow to remove constraints by unique id added tiny wavefront loader, plan to use this instead of existing slow wavefront loader
This commit is contained in:
@@ -100,7 +100,8 @@ public:
|
||||
|
||||
void setCameraYaw(float yaw);
|
||||
void setCameraPitch(float pitch);
|
||||
|
||||
float getCameraYaw() const;
|
||||
float getCameraPitch() const;
|
||||
|
||||
void resize(int width, int height);
|
||||
int getScreenWidth()
|
||||
|
||||
Reference in New Issue
Block a user