Home | History | Annotate | Download | only in scene

Lines Matching refs:Transform

44 import com.jme3.math.Transform;
71 * When true, the geometry's transform will not be applied.
86 protected Transform prevBatchTransforms = null;
136 * @param ignoreTransform If true, the geometry's transform will not be applied.
280 // we do not transform the model bound by the world transform,
284 worldBound = mesh.getBound().transform(worldTransform, worldBound);
313 prevBatchTransforms = new Transform();
373 * Indicate that the transform of this spatial has changed and that
384 * This will require a localized transform update for this geometry.
387 // Force a local update of the geometry's transform
406 * {@link Geometry#getWorldTransform() world transform} of this geometry.
410 * @return Matrix to transform from local space to world space
439 // Update transform, and compute cached world matrix