コード例 #1
0
ファイル: View.cs プロジェクト: wtarr/GraphicsPipeline
 public Model CreateLookAt(Model model, Vect3 lookat, Vect3 pos, Vect3 up)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Model Scale(Model model, float scalevalue, Axis axis)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Model Translate(Model model, float transformvalue, Axis axis)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Model Rotate(Model model, float delta, Axis axis)
 {
     throw new NotImplementedException();
 }