コード例 #1
0
ファイル: Box.cs プロジェクト: willnode/Qu3e-Sharp
 public void Set(Transform tx, Vec3 extents)
 {
     Tx = tx;
     E  = extents * (0.5);
 }