Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
DebugRenderer::Vertex Class Reference

Vertex format used by the triangle renderer. More...

#include <DebugRenderer.h>

Public Attributes

Float3 mPosition
 
Float3 mNormal
 
Float2 mUV
 
Color mColor
 

Detailed Description

Vertex format used by the triangle renderer.

Member Data Documentation

◆ mColor

Color DebugRenderer::Vertex::mColor

◆ mNormal

Float3 DebugRenderer::Vertex::mNormal

◆ mPosition

Float3 DebugRenderer::Vertex::mPosition

◆ mUV

Float2 DebugRenderer::Vertex::mUV

The documentation for this class was generated from the following file: