Package nu3a.collision

Examples of nu3a.collision.N3AABB


  public N3BoundingVolume getBoundingVolume() {
    return bVolume;
  }

  public void calculeBV(N3Matrix4D m) {
    bVolume = new N3AABB(this);
    bVolume.calcule(m);
  }
View Full Code Here


    parent = null;
    this.scene = scene;
    setDirty();
    name = n;
    scene.addNamedObject(this);
    bVolume = new N3AABB();
    collisionable = false;
  }
View Full Code Here

TOP

Related Classes of nu3a.collision.N3AABB

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.