コード例 #1
0
ファイル: TreePreview.java プロジェクト: rmichela/GiantTrees
 protected void initRotation() {
   rotation = new Transformation();
   if (perspective == PERSPECTIVE_TOP) rotation = rotation.rotx(90);
 }