Example #1
0
 public Model CreateLookAt(Model model, Vect3 lookat, Vect3 pos, Vect3 up)
 {
     throw new NotImplementedException();
 }
 public Model Scale(Model model, float scalevalue, Axis axis)
 {
     throw new NotImplementedException();
 }
 public Model Translate(Model model, float transformvalue, Axis axis)
 {
     throw new NotImplementedException();
 }
 public Model Rotate(Model model, float delta, Axis axis)
 {
     throw new NotImplementedException();
 }