You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not get called even if no transformation has been applied.
The following condition was used in Away3D 3.4 which prevented this problem.
if (_zAxis.modulo > 0.1 && (_zAxis.x != _transform.sxz || _zAxis.y != _transform.syz || _zAxis.z != _transform.szz))
{
_xAxis.cross(_zAxis, upAxis || Number3D.UP);
The text was updated successfully, but these errors were encountered:
The function lookAt(target : Vector3D, upAxis : Vector3D = null) in Object3D should verify if the new matrix does some kind of transformation so that:
_rotationDirty = true;
notifySceneTransformChange();
Does not get called even if no transformation has been applied.
The following condition was used in Away3D 3.4 which prevented this problem.
if (_zAxis.modulo > 0.1 && (_zAxis.x != _transform.sxz || _zAxis.y != _transform.syz || _zAxis.z != _transform.szz))
{
_xAxis.cross(_zAxis, upAxis || Number3D.UP);
The text was updated successfully, but these errors were encountered: