Object3DUtils restored in old place

This commit is contained in:
Yaski
2012-08-17 19:15:01 +06:00
parent f2841beec3
commit 19c903c52b
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ 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()
Removed: Removed:

View File

@@ -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.utils { package alternativa.engine3d.utils {
import alternativa.engine3d.alternativa3d; import alternativa.engine3d.alternativa3d;
import alternativa.engine3d.core.BoundBox; import alternativa.engine3d.core.BoundBox;