openfl / away3d

An open source, real-time 3D engine for OpenFL
Apache License 2.0
206 stars 34 forks source link

Object3D.pivotPoint (bug) #41

Open Snky opened 4 years ago

Snky commented 4 years ago

Could 'pivotPoint' for Object3D be investigated, under the impression they have no effect (tested on a mesh).

Snky commented 4 years ago

Getting the result I want when I comment out: _transform.appendTranslation(_pivotPoint.x, _pivotPoint.y, _pivotPoint.z); //line 945