Historie revizí

Autor SHA1 Zpráva Datum
  aster2013 afddbaef76 Fix Node.pkg merge error. před 11 roky
  aster2013 3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. před 11 roky
  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. před 11 roky
  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. před 11 roky
  Yao Wei Tjong 姚伟忠 f48ef6f5bd Minor bug fix, refactoring and reformatting. před 11 roky
  Mike3D cde67d7391 Fix various order of exposition to lua před 12 roky
  aster2013 4b13c8598e Lua API Update. před 12 roky
  aster2013 d1c3d96844 Remove context from object's constructor, make all constructor look like AngleScript, rename file. před 12 roky
  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. před 12 roky
  Nick Royer 432b9d3645 Added scripting APIs for the previous convenience functions před 12 roky
  Yao Wei Tjong 姚伟忠 d33ac02538 Refactor build scripts to build Urho3D library as main target. před 12 roky