Lasse Öörni 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. 9 years ago
..
AnimatedModel.pkg 45dfe368a5 Allow to call AnimatedModel::UpdateBoneBoundingBox() manually. Closes #1168. 10 years ago
Animation.pkg 7356bdecfb Add API to Animation / AnimationTrack to create tracks and keyframes and expose it to script. Change AnimationTracks to be stored in a HashMap so that removal and creation is safe without invalidating pointers. Changed the AnimationTriggerPoint API to resemble the AnimationTrack API, and change it to be handled as a value type in AngelScript API. Closes #878. 10 years ago
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. 9 years ago
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. 9 years ago
BillboardSet.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Camera.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
CustomGeometry.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
DebugRenderer.pkg b9155ca8b3 CirCle -> Circle. Convert color to uint prior to drawing the lines, instead of converting on each line. 10 years ago
DecalSet.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Drawable.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Geometry.pkg 0235c02653 Expose Geometry, IndexBuffer & VertexBuffer to script, with VB & IB content access using VectorBuffer. AngelScript 34_DynamicGeometry example. Lua version to follow. 10 years ago
Graphics.pkg b8c7c59eca Configure amount of allowed bones for hardware skinning based on the rendering API. Allow 128 bones on Direct3D 11 & OpenGL 3. Add -mb (maxbones) parameter to AssetImporter & OgreImporter. When using OpenGL 3, allow deferred rendering to use different MRT formats without forcing an RGBA substitute rendertarget. 10 years ago
GraphicsDefs.pkg f5cee983f1 Code convention minor edits. Expose the new enum value to Lua. 10 years ago
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 years ago
Light.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
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 years ago
Model.pkg ba777f0d17 Fix omissions in Lua VertexBuffer / IndexBuffer / Model bindings. Add 34_DynamicGeometry.lua example. Closes #704. 10 years ago
Octree.pkg 4a16d34367 Implement OBJ export functionality in editor 10 years ago
OctreeQuery.pkg e89184b38c Rename texture_uv_ to textureUV_ 10 years ago
ParticleEffect.pkg ddb9362ef4 Added possibility to new a ParticleEffect from Lua, and exposed missing functions. Fixed crash if ParticleEffect has no color frames. Closes #689. 10 years ago
ParticleEmitter.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
RenderPath.pkg d090b0be56 Added blendmode to renderpath commands (only used by QUAD commands.) 10 years ago
RenderSurface.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Renderer.pkg 6a3bbb8aab Fix D3D11 constant buffers for VSM. Fix editor shadow mode selection. Fix script API for new shadow modes. Fix debughud for new shadow modes. Edit documentation to refer to new shadow modes. Added contributor credit. Some code convention edits, e.g. VSM instead of Vsm. Dump new NinjaSnowWarShaders.xml file. 10 years ago
Skeleton.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Skybox.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
StaticModel.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
StaticModelGroup.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Technique.pkg 09e1330f5f Add Technique::Clone(). Improve Technique / Pass Lua bindings. Closes #1203. 10 years ago
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 years ago
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 years ago
Texture.pkg dd2494cb33 Fix Android MIPS build. 10 years ago
Texture2D.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
Texture3D.pkg a3ba4d8ff6 Check HRESULT and log error with it included in case of failure in D3D9/D3D11 code. Clean up releasing GPU objects. Clean up Texture3D to not have a RenderSurface, since it can't be rendered to. Fixed missing Lua Texture3D binding. Fixed binding of Texture3D SetSize() in AngelScript. Added checks to Texture2D/3D SetSize() that zero or negative size is not specified. Closes #1092. 10 years ago
TextureCube.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago
VertexBuffer.pkg 0235c02653 Expose Geometry, IndexBuffer & VertexBuffer to script, with VB & IB content access using VectorBuffer. AngelScript 34_DynamicGeometry example. Lua version to follow. 10 years ago
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 years ago
Zone.pkg 7dd9143f59 Fix the include path for the generated Lua API bindings. 11 years ago