aster2013
|
afddbaef76
Fix Node.pkg merge error.
|
11 лет назад |
aster2013
|
3cb656a0f8
Replace script file name with LuaFile, make it can pick in editor.
|
11 лет назад |
Lasse Öörni
|
67d603d8e5
Node transform space refactoring. Translate(), Rotate() and LookAt() functions take a transform space (local, parent or world). Translate() has a behavior change: default space is local, as that is most often used in eg. camera movement, and is consistent with the default for rotations (the earlier fixedAxis = false was same as local space). The redundant TranslateRelative() function is removed. Add RotateAround() function, which allows rotating around a pivot in either local, parent or world space. Closes #295.
|
11 лет назад |
Lasse Öörni
|
cf4c43d344
Added Serializer / Deserializer functions for reading & writing matrices. Added bool success parameter to Quaternion::FromLookRotation() and Node::LookAt(), as it can potentially give a NaN result (in which case the original rotation is kept). Optimized reading of math objects in Deserializer to avoid default construction.
|
11 лет назад |
Yao Wei Tjong 姚伟忠
|
f48ef6f5bd
Minor bug fix, refactoring and reformatting.
|
11 лет назад |
Mike3D
|
cde67d7391
Fix various order of exposition to lua
|
12 лет назад |
aster2013
|
4b13c8598e
Lua API Update.
|
12 лет назад |
aster2013
|
d1c3d96844
Remove context from object's constructor, make all constructor look like AngleScript, rename file.
|
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 лет назад |
Nick Royer
|
432b9d3645
Added scripting APIs for the previous convenience functions
|
12 лет назад |
Yao Wei Tjong 姚伟忠
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 лет назад |