예제 #1
0
파일: Box.cs 프로젝트: willnode/Qu3e-Sharp
 public void Set(Transform tx, Vec3 extents)
 {
     Tx = tx;
     E  = extents * (0.5);
 }