Danke
Ich nehme eine Textur und blitte die. Des funktioniert prima.
Ich nehme eine Textur und blitte die. Des funktioniert prima.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menupublic class GameObject3D extends Object3D {
public GameObject3D(Object3D arg0){
super(arg0);
}
myWorld.addObject(myGameObject3D);
Error: can't retrieve object #2
Matrix m =new Matrix();
m.rotateX((float)(0.5*Math.PI));
SimpleVector v1=new SimpleVector(0,1,0);
v1.matMul(m);
m.invert3x3();
v1.matMul(m);
JOptionPane.showMessageDialog(null, v1, "v1", JOptionPane.ERROR_MESSAGE);
Matrix m =new Matrix();
m.rotateX((float)(0.5*Math.PI));
SimpleVector v1=new SimpleVector(0,1,0);
v1.matMul(m);
Page created in 0.049 seconds with 13 queries.