Week7 [09/11] - [11/11]
Added Backface Culling Methods to the Model Class Added Depth, Normal and Culled Flag Variables to the Polygon3D Class Added Vector3D Class Added - operator to the Vertex Class Cleaned up Code, Adding Void to Params etc
This commit is contained in:
@ -29,9 +29,7 @@ private:
|
||||
|
||||
Matrix _currentPerspectiveMatrix;
|
||||
Matrix _currentViewMatrix;
|
||||
float _currentAspectRatio;
|
||||
|
||||
int _rotation;
|
||||
|
||||
float _currentAspectRatio = 0.0f;
|
||||
int _rotation = 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user