public extern AnimatorFlyStraight(
     Vect3d start,
     Vect3d end,
     uint timeForWay,
     bool loop,
     bool deleteMeAfterEndReached,
     bool animateCameraTargetInsteadOfPosition);
Exemplo n.º 2
0
 public extern Vect3d getIntersectionWithLine(Vect3d linePoint, Vect3d lineVect);
Exemplo n.º 3
0
 public extern Triangle3d(Vect3d vect3d1, Vect3d vect3d2, Vect3d vect3d3);
Exemplo n.º 4
0
 public extern void setTarget(Vect3d target);
Exemplo n.º 5
0
 public extern void setUpVector(Vect3d upvector);
Exemplo n.º 6
0
 public extern Vect3d add(Vect3d other);
Exemplo n.º 7
0
 public extern Vect3d getCollisionPointWithLine(Vect3d start, Vect3d end, bool IgnoreBackFaces, Triangle3d triangle);
 public extern void setTarget(Vect3d target);
 public extern void setUpVector(Vect3d upvector);
Exemplo n.º 10
0
 public extern AnimatorRotation(Vect3d axis);
Exemplo n.º 11
0
 public extern AnimatorCollisionResponse(
     Vect3d radius,      // size of the ellipsoid
     Vect3d force,       // gravity direction
     Vect3d translation, // position of the eye in the ellipsoid
     TriangleSelector world);
 public extern AnimatorCollisionResponse(
     Vect3d radius, // size of the ellipsoid
     Vect3d force, // gravity direction
     Vect3d translation, // position of the eye in the ellipsoid
     TriangleSelector world);
Exemplo n.º 13
0
 public extern Vect3d multiplyThisWithVect(Vect3d scale);
Exemplo n.º 14
0
 public extern Vect3d substract(Vect3d other); //Copperlicht function is labelled "substract" instead of "subtract"
 public extern Vect2d get2DPositionFrom3DPosition(Vect3d pos3d);
Exemplo n.º 16
0
 public extern void lookAt(Vect3d vect3d);
 public extern Vect3d getCollisionPointWithLine(Vect3d start, Vect3d end, bool IgnoreBackFaces, Triangle3d triangle, bool ignoreInvisibleItems);
Exemplo n.º 18
0
 public extern Vect2d get2DPositionFrom3DPosition(Vect3d pos3d);