| .. |
|
AnimatedModel.pkg
|
45dfe368a5
Allow to call AnimatedModel::UpdateBoneBoundingBox() manually. Closes #1168.
|
10 лет назад |
|
Animation.pkg
|
7fbf89b728
Add Clone() function to Animation. Expose Animation constructor in Lua.
|
9 лет назад |
|
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 лет назад |
|
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 лет назад |
|
BillboardSet.pkg
|
caf663eac3
Possibility for BillboardSet / ParticleEffect billboards to be fixed screen size. In this case the billboard size is measured in pixels.
|
9 лет назад |
|
Camera.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
CustomGeometry.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
DebugRenderer.pkg
|
b9155ca8b3
CirCle -> Circle. Convert color to uint prior to drawing the lines, instead of converting on each line.
|
10 лет назад |
|
DecalSet.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
Drawable.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
Geometry.pkg
|
9523a36334
Fix Lua bindings & declaration of legacy vertex elements.
|
9 лет назад |
|
Graphics.pkg
|
56ba0def78
Add Graphics::SetDither(). Closes #1489.
|
9 лет назад |
|
GraphicsDefs.pkg
|
a8ed3dd3a5
Updated VertexBuffer Lua bindings + demonstrate arbitrary vertex elements in DynamicGeometry Lua example.
|
9 лет назад |
|
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 лет назад |
|
Light.pkg
|
7220b37676
Fix spotlight spot matrix in deferred rendering. Remove unused variables.
|
9 лет назад |
|
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 лет назад |
|
Model.pkg
|
ba777f0d17
Fix omissions in Lua VertexBuffer / IndexBuffer / Model bindings. Add 34_DynamicGeometry.lua example. Closes #704.
|
10 лет назад |
|
Octree.pkg
|
4a16d34367
Implement OBJ export functionality in editor
|
10 лет назад |
|
OctreeQuery.pkg
|
e89184b38c
Rename texture_uv_ to textureUV_
|
10 лет назад |
|
ParticleEffect.pkg
|
af00713e12
Add Clone() to ParticleEffect & ParticleEffect2D. Closes #1469.
|
9 лет назад |
|
ParticleEmitter.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
RenderPath.pkg
|
4279990ea8
Minor fixes. Add script bindings and documentation for the new renderpath command.
|
9 лет назад |
|
RenderSurface.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
Renderer.pkg
|
c92894d250
Add support of custom per-instance data in batches.
|
9 лет назад |
|
RibbonTrail.pkg
|
a9f7703f74
Add update invisible parameter to RibbonTrail and use it on the samples.
|
9 лет назад |
|
Skeleton.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
Skybox.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
StaticModel.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
StaticModelGroup.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |
|
Technique.pkg
|
7da8374a3b
Option to override culling mode in pass. Closes #1363.
|
9 лет назад |
|
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 лет назад |
|
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 лет назад |
|
Texture.pkg
|
dd2494cb33
Fix Android MIPS build.
|
10 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
VertexBuffer.pkg
|
a8ed3dd3a5
Updated VertexBuffer Lua bindings + demonstrate arbitrary vertex elements in DynamicGeometry Lua example.
|
9 лет назад |
|
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 лет назад |
|
Zone.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 лет назад |