コード例 #1
0
ファイル: LegGroup.java プロジェクト: thedarkduscher/Hexapod
 public void translate(Vec3 relativePos) {
   m_translation.add(relativePos);
 }