| .. |
|
AnimatedModel.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
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 години |
|
AnimationController.pkg
|
634393d7c8
Add network replication for animations' removeOnCompletion flag. Add GetRemoveOnCompletion(). Add Lua binding for removeOnCompletion. Fix missing AngelScript binding for GetFadeTime().
|
преди 10 години |
|
AnimationState.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
BillboardSet.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
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
|
0235c02653
Expose Geometry, IndexBuffer & VertexBuffer to script, with VB & IB content access using VectorBuffer. AngelScript 34_DynamicGeometry example. Lua version to follow.
|
преди 10 години |
|
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.
|
преди 11 години |
|
GraphicsDefs.pkg
|
ba777f0d17
Fix omissions in Lua VertexBuffer / IndexBuffer / Model bindings. Add 34_DynamicGeometry.lua example. Closes #704.
|
преди 10 години |
|
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
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
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
|
ddb9362ef4
Added possibility to new a ParticleEffect from Lua, and exposed missing functions. Fixed crash if ParticleEffect has no color frames. Closes #689.
|
преди 10 години |
|
ParticleEmitter.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
RenderPath.pkg
|
d090b0be56
Added blendmode to renderpath commands (only used by QUAD commands.)
|
преди 10 години |
|
RenderSurface.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
Renderer.pkg
|
60d946eb64
Option to enable threaded occlusion rendering. May actually result in worse performance, so disabled by default. Report number of rendered occluders accurately (taking into account occluders rejected by being occluded themselves, or by running out of triangles.) Closes #970.
|
преди 10 години |
|
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
|
e2afa34bb7
Refactor Technique to not use HashTable for passes, but instead a vector with dynamically allocated pass indices. HashTable class removed as there were no other uses for it, and it was programmer-unfriendly compared to HashMap.
|
преди 11 години |
|
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
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
TextureCube.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
преди 11 години |
|
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 години |
|
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 години |