Lasse Öörni 56ba0def78 Add Graphics::SetDither(). Closes #1489. 9 anos atrás
..
AnimatedModel.pkg 45dfe368a5 Allow to call AnimatedModel::UpdateBoneBoundingBox() manually. Closes #1168. 10 anos atrás
Animation.pkg 7fbf89b728 Add Clone() function to Animation. Expose Animation constructor in Lua. 9 anos atrás
AnimationController.pkg 33bea5392d Rename AnimationBlendingMode to AnimationBlendMode for brevity and similarity with Graphics class BlendMode. Rename ABM_OVERRIDE to ABM_LERP. Implement weight to additive blending. Serialize blend mode over network for AnimationController. 10 anos atrás
AnimationState.pkg 33bea5392d Rename AnimationBlendingMode to AnimationBlendMode for brevity and similarity with Graphics class BlendMode. Rename ABM_OVERRIDE to ABM_LERP. Implement weight to additive blending. Serialize blend mode over network for AnimationController. 10 anos atrás
BillboardSet.pkg caf663eac3 Possibility for BillboardSet / ParticleEffect billboards to be fixed screen size. In this case the billboard size is measured in pixels. 9 anos atrás
Camera.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
CustomGeometry.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
DebugRenderer.pkg b9155ca8b3 CirCle -> Circle. Convert color to uint prior to drawing the lines, instead of converting on each line. 10 anos atrás
DecalSet.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
Drawable.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
Geometry.pkg 9523a36334 Fix Lua bindings & declaration of legacy vertex elements. 9 anos atrás
Graphics.pkg 56ba0def78 Add Graphics::SetDither(). Closes #1489. 9 anos atrás
GraphicsDefs.pkg a8ed3dd3a5 Updated VertexBuffer Lua bindings + demonstrate arbitrary vertex elements in DynamicGeometry Lua example. 9 anos atrás
IndexBuffer.pkg 0235c02653 Expose Geometry, IndexBuffer & VertexBuffer to script, with VB & IB content access using VectorBuffer. AngelScript 34_DynamicGeometry example. Lua version to follow. 10 anos atrás
Light.pkg 7220b37676 Fix spotlight spot matrix in deferred rendering. Remove unused variables. 9 anos atrás
Material.pkg b53b584123 8-bit render order support in materials. This adjusts the drawing order within a scene pass, and takes precedence over both state & distance sorting. 10 anos atrás
Model.pkg ba777f0d17 Fix omissions in Lua VertexBuffer / IndexBuffer / Model bindings. Add 34_DynamicGeometry.lua example. Closes #704. 10 anos atrás
Octree.pkg 4a16d34367 Implement OBJ export functionality in editor 10 anos atrás
OctreeQuery.pkg e89184b38c Rename texture_uv_ to textureUV_ 10 anos atrás
ParticleEffect.pkg af00713e12 Add Clone() to ParticleEffect & ParticleEffect2D. Closes #1469. 9 anos atrás
ParticleEmitter.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
RenderPath.pkg 4279990ea8 Minor fixes. Add script bindings and documentation for the new renderpath command. 9 anos atrás
RenderSurface.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
Renderer.pkg c92894d250 Add support of custom per-instance data in batches. 9 anos atrás
RibbonTrail.pkg a9f7703f74 Add update invisible parameter to RibbonTrail and use it on the samples. 9 anos atrás
Skeleton.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
Skybox.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
StaticModel.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
StaticModelGroup.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás
Technique.pkg 7da8374a3b Option to override culling mode in pass. Closes #1363. 9 anos atrás
Terrain.pkg a737bbb671 Fix terrain occlusion leaving holes in the occlusion geometry, and being over-aggressive with height reduction, which would result in poor occlusion. Allow to configure terrain number of LOD levels to be less than 4. Allow to configure the LOD level used for terrain occlusion (not recommended to be changed.) Closes #825. 10 anos atrás
TerrainPatch.pkg a737bbb671 Fix terrain occlusion leaving holes in the occlusion geometry, and being over-aggressive with height reduction, which would result in poor occlusion. Allow to configure terrain number of LOD levels to be less than 4. Allow to configure the LOD level used for terrain occlusion (not recommended to be changed.) Closes #825. 10 anos atrás
Texture.pkg dd2494cb33 Fix Android MIPS build. 10 anos atrás
Texture2D.pkg 2b259e85e0 Change Texture::SetData() to take a raw pointer instead of shared to match rest of the API and simplify script bindings. 9 anos atrás
Texture2DArray.pkg 2b259e85e0 Change Texture::SetData() to take a raw pointer instead of shared to match rest of the API and simplify script bindings. 9 anos atrás
Texture3D.pkg 2b259e85e0 Change Texture::SetData() to take a raw pointer instead of shared to match rest of the API and simplify script bindings. 9 anos atrás
TextureCube.pkg 2b259e85e0 Change Texture::SetData() to take a raw pointer instead of shared to match rest of the API and simplify script bindings. 9 anos atrás
VertexBuffer.pkg a8ed3dd3a5 Updated VertexBuffer Lua bindings + demonstrate arbitrary vertex elements in DynamicGeometry Lua example. 9 anos atrás
Viewport.pkg 5161060d5b Allow to define a culling camera for Viewport. When defined, multiple views can share the same culling and other view preparations, reducing CPU use. 10 anos atrás
Zone.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 anos atrás