Vertex Struct
Represents a standard vertex with position, normal, and texture coordinates. More...
Declaration
struct helios::rendering::Vertex { ... }
Public Member Attributes Index
| math::vec3f | position |
| math::vec3f | normal = {0.0f, 0.0f, 0.0f} |
| math::vec2f | texCoords = {0.0f, 0.0f} |
Description
Represents a standard vertex with position, normal, and texture coordinates.
- See Also
[Vri20, pp. 160]
Definition at line 19 of file Vertex.ixx.
Public Member Attributes
normal
|
Definition at line 21 of file Vertex.ixx.
21 math::vec3f normal = {0.0f, 0.0f, 0.0f};
position
|
Definition at line 20 of file Vertex.ixx.
texCoords
|
Definition at line 22 of file Vertex.ixx.
22 math::vec2f texCoords = {0.0f, 0.0f};
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.