_orient.setValue(2, 2, 1);
}
// The billboard must be oriented to face the camera before it is
// transformed into the world.
worldMatrix.multiplyLocal(_orient);
_worldTransform.setRotation(worldMatrix);
Matrix3.releaseTempInstance(worldMatrix);
}
/**