mirror of
https://github.com/MapMakersAndProgrammers/Alternativa3D.git
synced 2025-10-26 18:09:14 -07:00
Object3DUtils -> Utils
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* It is desirable to notify that Covered Software was "Powered by AlternativaPlatform" with link to http://www.alternativaplatform.com/
|
* It is desirable to notify that Covered Software was "Powered by AlternativaPlatform" with link to http://www.alternativaplatform.com/
|
||||||
* */
|
* */
|
||||||
|
|
||||||
package alternativa.engine3d.utils {
|
package alternativa.utils {
|
||||||
|
|
||||||
import alternativa.engine3d.alternativa3d;
|
import alternativa.engine3d.alternativa3d;
|
||||||
import alternativa.engine3d.core.BoundBox;
|
import alternativa.engine3d.core.BoundBox;
|
||||||
@@ -18,7 +18,7 @@ package alternativa.engine3d.utils {
|
|||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
public class Object3DUtils {
|
public class Utils {
|
||||||
|
|
||||||
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