Skip to main content

Vertex Struct

Represents a standard vertex with position, normal, and texture coordinates. More...

Declaration

struct helios::rendering::Vertex { ... }

Public Member Attributes Index

math::vec3fposition
math::vec3fnormal = {0.0f, 0.0f, 0.0f}
math::vec2ftexCoords = {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

math::vec3f helios::rendering::Vertex::normal = {0.0f, 0.0f, 0.0f}

Definition at line 21 of file Vertex.ixx.

21 math::vec3f normal = {0.0f, 0.0f, 0.0f};

position

math::vec3f helios::rendering::Vertex::position

Definition at line 20 of file Vertex.ixx.

texCoords

math::vec2f helios::rendering::Vertex::texCoords = {0.0f, 0.0f}

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.