Interface IPoseStackExtension
- All Known Implementing Classes:
 PoseStack
public interface IPoseStackExtension
Extension interface for 
PoseStack.- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidpushTransformation(Transformation transformation) Pushes and applies thetransformationto this pose stack.private PoseStackself() 
- 
Method Details
- 
self
 - 
pushTransformation
Pushes and applies thetransformationto this pose stack.
The effects of this method can be reversed by a correspondingPoseStack.popPose()call.- Parameters:
 transformation- the transformation to push
 
 -