v1.5.3.1
Updates
- New
lockedTarget
for freeCamera in order to allow cameras to track moving targets (deltakosh) - Cameras now supports animations (see http://www.babylonjs.com/index.html?TRAIN) (deltakosh)
- New
angularSensibility
property for cameras (deltakosh) - New
upVector
property for cameras. Cameras are now not limited to a (0, 1, 0) up vector (deltakosh) - New
parent
property for cameras and lights: Lights, cameras and meshes can be related. For instance a camera can now be attached to a mesh as child and vice versa (deltakosh)
Bugfixes