mirror of
https://github.com/MapMakersAndProgrammers/Alternativa3D.git
synced 2025-10-26 18:09:14 -07:00
Object3DUtils restored in old place
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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;
|
||||||
Reference in New Issue
Block a user