StandardMaterial.lightmapTexture
which can be controlled with StandardMaterial.lightmapThreshold
. Demo here (deltakosh)Mesh.CreatePolygon()
method (jerome)Scene.constantlyUpdateMeshUnderPointer
to improve performance when moving mouse (deltakosh)StandardMaterial.disableLighting
(deltakosh)Material.sideOrientation
property to define clockwise or counter-clockwise faces selection. Demo here (deltakosh)Mesh.CreateCylinder()
(jerome)CreateCylinder
, CreateSphere
, CreateTube
and CreateLathe
(jerome)Mesh.CreateSphere()
(jerome)closed
parameter in Mesh.CreateLathe()
(jerome)diameter
parameter in Mesh.CreateCreateCylinder()
(jerome)Material.dispose()
now removes disposed material from meshes (deltakosh)Material.getBindedMeshes()
function (deltakosh)Mesh.attachToBone
when bone's matrix has a negative determinant (deltakosh)closePath
and closeArray
ribbon parameter now working back together (jerome)VertexData.CreateCylinder()
now supports only the single options parameter (jerome)VertexData.CreateRibbon()
now supports only the single options parameter (jerome)VertexData.CreateBox()
now supports only the single options parameter (jerome)VertexData.CreateSphere)
now supports only the single options parameter (jerome)VertexData.CreateTorus()
now supports only the single options parameter (jerome)VertexData.CreateTorusKnot()
now supports only the single options parameter (jerome)VertexData.CreatePlane()
now supports only the single options parameter (jerome)VertexData.CreateDisc()
now supports only the single options parameter (jerome)VertexData.CreateLines()
now supports only the single options parameter (jerome)VertexData.CreateDashedLines()
now supports only the single options parameter (jerome)VertexData.CreateGround()
now supports only the single options parameter (jerome)VertexData.CreateTiledGround()
now supports only the single options parameter (jerome)VertexData.CreateGroundFromHeightMap()
now supports only the single options parameter (deltakosh)Tools.IsExponantOfTwo()
renamed to Tools.IsExponentOfTwo()
(deltakosh)Tools.GetExponantOfTwo()
renamed to Tools.GetExponentOfTwo()
(deltakosh)