Utils -> Object3DUtils

This commit is contained in:
Yaski
2012-08-16 20:18:19 +06:00
parent 0e288d902a
commit 905012d413
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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();