Commit History

Author SHA1 Message Date
  Lasse Öörni 35b59e897f Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController. 12 years ago
  Lasse Öörni 82007cc4f4 Removed the nonintuitive "invisible LOD factor" attribute from AnimatedModel and replaced it with updateInvisible flag similar to ParticleEmitter. This flag must be used for ragdolls or other physically animated objects to ensure that they come into view properly during animation if they previously were outside view. Fixes #40. 12 years ago
  Lasse Öörni b957f60143 Added ApplyMaterialList() function to StaticModel so that the feature can be used outside the editor as well. Refactored editor to use that function instead of its own implementation. 12 years ago
  Lasse Öörni 42ae752d2d Allow BillboardSet / ParticleEmitter to choose whether billboards should face the camera or follow the node orientation. Closes #22. 12 years ago
  Lasse Öörni 5fb42a277c Re-added "flush GPU command buffer" -feature for controlling timestep variance and input lag. Direct3D only for now. Default off, as can decrease performance. 12 years ago
  Lasse Öörni 25c7aa53c3 Added GetDesktopResolution() to Graphics. 12 years ago
  Lasse Öörni 2fbe931cee Added SetWindowPosition() / GetWindowPosition() to Graphics. 12 years ago
  Lasse Öörni b8a3157e91 Show enumerations in the generated AngelScript API. 12 years ago
  Lasse Öörni 1cd73e46fd Exposed StaticModelGroup to script. Ported HugeObjectCount example group mode switching to script versions. 12 years ago
  Lasse Öörni caf0994b8f Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void. 12 years ago
  Lasse Öörni be7636f823 Make the include path absolute in all script examples so that ScriptCompiler can compile them properly. 12 years ago
  Wei Tjong Yao 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 years ago