Open 3D Engine LmbrCentral Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
LmbrCentral::ShapeMesh Struct Reference

#include <ShapeGeometryUtil.h>

Public Attributes

AZStd::vector< AZ::Vector3 > m_vertexBuffer
 Vertices of the shape.
 
AZStd::vector< AZ::u32 > m_indexBuffer
 Indices of the shape.
 
AZStd::vector< AZ::Vector3 > m_lineBuffer
 Lines of the shape.
 

Detailed Description

Buffers used for rendering Shapes. Generated from shape properties.


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