MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / setIsCameraRotationAnimationEnabled

Method setIsCameraRotationAnimationEnabled

testbed/src/Scene.h:411–413  ·  view source on GitHub ↗

Set whether the scene rotation is enabled or no

Source from the content-addressed store, hash-verified

409
410// Set whether the scene rotation is enabled or no
411inline void Scene::setIsCameraRotationAnimationEnabled(bool isRotationEnabled) {
412 mIsCameraRotationAnimationEnabled = isRotationEnabled;
413}
414
415#endif

Callers 1

keyboard_eventMethod · 0.80

Calls

no outgoing calls

Tested by 1

keyboard_eventMethod · 0.64