| .. |
|
AnimatedModel.pkg
|
45dfe368a5
Allow to call AnimatedModel::UpdateBoneBoundingBox() manually. Closes #1168.
|
10 tahun lalu |
|
Animation.pkg
|
baf0daf7aa
Add support of arbitrary data in Sound, Animation and Texture resources.
|
8 tahun lalu |
|
AnimationController.pkg
|
1ef164d741
Minor typo correction on a Lua property name for AnimationControl.
|
9 tahun lalu |
|
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 tahun lalu |
|
BillboardSet.pkg
|
d344cae791
Add new face camera mode to BillboardSet and Text3D.
|
9 tahun lalu |
|
Camera.pkg
|
bc8074a6f5
Added SetProjection() to camera, which sets custom projection matrix. This is reset by modifying any of the standard projection parameters (farClip, FOV etc.) Make sure camera's actual far & near clip are based on the projection matrix.
|
9 tahun lalu |
|
CustomGeometry.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |
|
DebugRenderer.pkg
|
f266475994
Add Sphere::GetPoint and Sphere::GetLocalPoint functions. Add DebugRenderer::AddSphereSector function.
|
8 tahun lalu |
|
DecalSet.pkg
|
0ea9ed6e34
Possibility in DecalSet to size VB/IB to only size used by decals. Default off; causes reallocation whenever decals are added/removed and thus can have worse performance.
|
9 tahun lalu |
|
Drawable.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |
|
Geometry.pkg
|
9523a36334
Fix Lua bindings & declaration of legacy vertex elements.
|
9 tahun lalu |
|
Graphics.pkg
|
61b7993b20
Expose monitor count to scripting API
|
9 tahun lalu |
|
GraphicsDefs.pkg
|
6da62ecfe4
Aniso-nearest texture filter mode.
|
9 tahun lalu |
|
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 tahun lalu |
|
Light.pkg
|
ade01f61af
Remove isAreaLight variable completely from Light class, as it's unused. Some cleanup / comment changes. Fix PBRDeferred GLSL shader.
|
9 tahun lalu |
|
Material.pkg
|
203cb06048
Merge remote-tracking branch 'eugeneko/master'
|
9 tahun lalu |
|
Model.pkg
|
52e99da087
Add Model metadata support.
|
8 tahun lalu |
|
Octree.pkg
|
4a16d34367
Implement OBJ export functionality in editor
|
10 tahun lalu |
|
OctreeQuery.pkg
|
e89184b38c
Rename texture_uv_ to textureUV_
|
10 tahun lalu |
|
ParticleEffect.pkg
|
dec0361792
Fix Texture2D::GetImage and TextureCube::GetImage Lua bindings. Simplify some Lua bindings.
|
9 tahun lalu |
|
ParticleEmitter.pkg
|
8c91b0b32f
Use a dummy enum declaration to avoid duplicate Lua global constants.
|
9 tahun lalu |
|
RenderPath.pkg
|
dec0361792
Fix Texture2D::GetImage and TextureCube::GetImage Lua bindings. Simplify some Lua bindings.
|
9 tahun lalu |
|
RenderSurface.pkg
|
c745d2ea52
Multisampled cube rendertarget on Direct3D9.
|
9 tahun lalu |
|
Renderer.pkg
|
f01024881f
Add multisampling possibility for VSM shadows.
|
9 tahun lalu |
|
RibbonTrail.pkg
|
a9f7703f74
Add update invisible parameter to RibbonTrail and use it on the samples.
|
9 tahun lalu |
|
Skeleton.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |
|
Skybox.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |
|
StaticModel.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |
|
StaticModelGroup.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |
|
Technique.pkg
|
b22768227f
Possibility to enable alpha-to-coverage in either pass or material (all passes). Requires D3D11 or OpenGL and hardware multisampling enabled. Seems to look slightly different on D3D / OpenGL. Fixed depth bias not being copied in Material::Clone(). Closes #1578.
|
9 tahun lalu |
|
Terrain.pkg
|
f916c02a4e
Fixed HeightMapToWorld contributed by Lumak. Closes #2030.
|
8 tahun lalu |
|
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 tahun lalu |
|
Texture.pkg
|
baf0daf7aa
Add support of arbitrary data in Sound, Animation and Texture resources.
|
8 tahun lalu |
|
Texture2D.pkg
|
dec0361792
Fix Texture2D::GetImage and TextureCube::GetImage Lua bindings. Simplify some Lua bindings.
|
9 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
TextureCube.pkg
|
dec0361792
Fix Texture2D::GetImage and TextureCube::GetImage Lua bindings. Simplify some Lua bindings.
|
9 tahun lalu |
|
VertexBuffer.pkg
|
a8ed3dd3a5
Updated VertexBuffer Lua bindings + demonstrate arbitrary vertex elements in DynamicGeometry Lua example.
|
9 tahun lalu |
|
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 tahun lalu |
|
Zone.pkg
|
7dd9143f59
Fix the include path for the generated Lua API bindings.
|
11 tahun lalu |