near plane clipping partial
This commit is contained in:
@@ -10,7 +10,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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user