Update PhysicsServerCommandProcessor and plugins to support render

This commit is contained in:
Chuyuan Fu
2019-06-25 17:59:15 -07:00
parent 796b5667c2
commit 4da456054c
7 changed files with 149 additions and 15 deletions

View File

@@ -175,7 +175,7 @@ public:
virtual void setVRTeleportOrientation(const btQuaternion& vrTeleportOrn);
private:
void addTransformChangedNotifications();
void addBodyChangedNotifications();
};
#endif //PHYSICS_SERVER_COMMAND_PROCESSOR_H