Skyscraper 2.0
|
#include <polygon.h>
Public Attributes | |
Vector3 | vertex |
Vector2 | texel |
Vector3 | normal |
Vector3 SBS::Polygon::Geometry::normal |
Definition at line 42 of file polygon.h.
Referenced by SBS::DynamicMesh::Mesh::Prepare(), and SBS::DynamicMesh::Mesh::UpdateVertices().
Vector2 SBS::Polygon::Geometry::texel |
Definition at line 41 of file polygon.h.
Referenced by SBS::DynamicMesh::Mesh::Prepare(), and SBS::DynamicMesh::Mesh::UpdateVertices().
Vector3 SBS::Polygon::Geometry::vertex |
Definition at line 40 of file polygon.h.
Referenced by SBS::Polygon::ChangeHeight(), SBS::Polygon::Move(), SBS::DynamicMesh::Mesh::Prepare(), and SBS::DynamicMesh::Mesh::UpdateVertices().