Commit History

Author SHA1 Message Date
  Lasse Öörni 56e0aad21d Minor rendering code cleanup. Added Plane::Project(). 11 years ago
  Lasse Öörni 0a1d2ea259 Default-construct math objects to zero or identity to unify C++ / AngelScript / Lua behavior. Closes #279. 11 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  Lasse Öörni 39e13d49c8 Renamed the plane intercept parameter to "d" and reversed its sign so that it fits the conventional plane formula ax + by + cz + d = 0. 12 years ago
  Lasse Öörni cadb503976 Added transform by matrix functions to Plane. Added camera clipping plane support. Added basic reflective+refractive water shader + material. 12 years ago
  Lasse Öörni 6d38f23467 Added conversion of Plane to Vector4. 12 years ago
  Lasse Öörni 3553b287ac Reflection plane support in Camera. Reflection plane clipping not yet implemented. 12 years ago
  Lasse Öörni a7d8f0fd18 Added reflection related functions to Plane. Fixed rendering a SkyBox from multiple views during the same frame. Better error message in ShaderCompiler if input file can not be opened. 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