primitivewaste
|
d4fb9a9450
Add Zone height fog support, HeightFog shader option and techniques.
|
преди 12 години |
Lasse Öörni
|
eb4e99457c
Code cleanup. Removed Camera functions to return forward, right, up vectors as they are now also in Node. Added Lua property accessors for Node up/right vectors. Exposed SmoothStep() to script. Modified Node::LookAt() to use the new Quaternion function. Updated credits.
|
преди 12 години |
Lasse Öörni
|
cadb503976
Added transform by matrix functions to Plane. Added camera clipping plane support. Added basic reflective+refractive water shader + material.
|
преди 12 години |
Lasse Öörni
|
3553b287ac
Reflection plane support in Camera. Reflection plane clipping not yet implemented.
|
преди 12 години |
Alex Parlett
|
a63ab49ac5
Added the ability to specify whether a window is borderless or not (decorated with borders);
|
преди 12 години |
Lasse Öörni
|
679007d1b5
Normalize whitespace, update documentation.
|
преди 12 години |
Alex Parlett
|
2505149255
Added ability to specify window icon (external application window) using an Image resource and SDL cross platform capability
|
преди 12 години |
Lasse Öörni
|
7e542be196
Added Save function to ParticleEmitter, which dumps the parameters as XML. Added menu items to editor to load/save ParticleEmitter parameters. Closes #51.
|
преди 12 години |
Lasse Öörni
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
преди 12 години |
Lasse Öörni
|
35b59e897f
Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController.
|
преди 12 години |
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 години |
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 години |
Lasse Öörni
|
42ae752d2d
Allow BillboardSet / ParticleEmitter to choose whether billboards should face the camera or follow the node orientation. Closes #22.
|
преди 12 години |
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 години |
Lasse Öörni
|
25c7aa53c3
Added GetDesktopResolution() to Graphics.
|
преди 12 години |
Lasse Öörni
|
2fbe931cee
Added SetWindowPosition() / GetWindowPosition() to Graphics.
|
преди 12 години |
Lasse Öörni
|
b8a3157e91
Show enumerations in the generated AngelScript API.
|
преди 12 години |
Lasse Öörni
|
1cd73e46fd
Exposed StaticModelGroup to script. Ported HugeObjectCount example group mode switching to script versions.
|
преди 12 години |
Lasse Öörni
|
caf0994b8f
Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void.
|
преди 12 години |
Lasse Öörni
|
be7636f823
Make the include path absolute in all script examples so that ScriptCompiler can compile them properly.
|
преди 12 години |
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 години |