Searched refs:getModelBound (Results 1 – 4 of 4) sorted by relevance
164 BoundingBox box = (BoundingBox) chasis.getModelBound(); in buildPlayer()186 box = (BoundingBox) wheel_fr.getModelBound(); in buildPlayer()195 box = (BoundingBox) wheel_fl.getModelBound(); in buildPlayer()201 box = (BoundingBox) wheel_br.getModelBound(); in buildPlayer()207 box = (BoundingBox) wheel_bl.getModelBound(); in buildPlayer()
936 if (getModelBound() instanceof BoundingBox) { in ensurePositiveVolumeBBox()937 if (((BoundingBox)getModelBound()).getYExtent() < 0.001f) { in ensurePositiveVolumeBBox()939 ((BoundingBox)getModelBound()).setYExtent(0.001f); in ensurePositiveVolumeBBox()
251 public BoundingVolume getModelBound() { in getModelBound() method in Geometry
59 BoundingBox bbox = (BoundingBox) geom.getModelBound(); in convertToFixed()