pctm + foundation for obj models
This commit is contained in:
@@ -11,9 +11,9 @@ class DeltaCamera {
|
||||
DeltaCamera() {pos = DeltaVector3(); angle = DeltaVector2();};
|
||||
DeltaCamera(float x, float y, float z);
|
||||
DeltaVector3 translatePoint(const DeltaVector3 &worldPos);
|
||||
DeltaVector2 projectPointVec(const DeltaVector3 &worldPos);
|
||||
int projectTriangle(const DeltaTriangle &in, DeltaTriangle2D &out1, DeltaTriangle2D &out2);
|
||||
DeltaVector2 projectPoint(float worldX, float worldY, float worldZ);
|
||||
DeltaVector3 projectPointVec(const DeltaVector3 &worldPos);
|
||||
int projectTriangle(const DeltaRenderTriangle &in, DeltaTriangle &out1, DeltaTriangle &out2, DeltaTriangle2D &uv1, DeltaTriangle2D &uv2);
|
||||
DeltaVector3 projectPoint(float worldX, float worldY, float worldZ);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user