WebVRCamera
now supports GearVR (brianzinn)xxxAsync
functions all over the framework (SceneLoader.AppendAsync
for instance, which returns a Promise). A polyfill is also integrated to support older browsers (deltakosh)spotLight.projectedLightTexture
) (lostink)scene.isReady()
function which now takes in account shadows and LOD (deltakosh)AssetsManager
will now clear its tasks
lsit from all successfully loaded tasks (deltakosh)isStroke
on HighlightLayerOptions
which makes the highlight solid (PixelsCommander)Tools
(bghgary)createDefaultCamera
and createDefaultLight
functions to Scene
(bghgary)setPivotMatrix
ws not setting pivot correctly. This is now fixed. We also introduced a new setPreTransformMatrix
to reproduce the sometimes needed behavior of the previous setPivotMatrix
function (deltakosh)Engine.CreateTexture
(sebavan)