mirror of
https://github.com/MapMakersAndProgrammers/Alternativa3D.git
synced 2025-10-27 02:19:11 -07:00
Utils -> Object3DUtils
This commit is contained in:
@@ -17,8 +17,8 @@ Fixed:
|
|||||||
= Box: correct tangents and binormals
|
= Box: correct tangents and binormals
|
||||||
= Decal: Fixed incorrect drawing with extremaly low nearClipping.
|
= Decal: Fixed incorrect drawing with extremaly low nearClipping.
|
||||||
= View: Fixed bug with mouse events and postprocessing
|
= View: Fixed bug with mouse events and postprocessing
|
||||||
|
= Object3DUtils: moved to package alternativa.utils
|
||||||
= Object3D.toString()
|
= Object3D.toString()
|
||||||
= Several minor fixes
|
|
||||||
|
|
||||||
Removed:
|
Removed:
|
||||||
-Diagram: removed CPU time
|
-Diagram: removed CPU time
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ package alternativa.utils {
|
|||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
public class Utils {
|
public class Object3DUtils {
|
||||||
|
|
||||||
private static const toRootTransform:Transform3D = new Transform3D();
|
private static const toRootTransform:Transform3D = new Transform3D();
|
||||||
private static const fromRootTransform:Transform3D = new Transform3D();
|
private static const fromRootTransform:Transform3D = new Transform3D();
|
||||||
Reference in New Issue
Block a user