Open 3D Engine WhiteBox 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.
WhiteBox::WhiteBoxMeshAtomData Class Reference

Class to hold the white box mesh data in Atom device memory format. More...

#include <WhiteBoxMeshAtomData.h>

Public Member Functions

 WhiteBoxMeshAtomData (const WhiteBoxFaces &faceData)
 
const uint32_t VertexCount () const
 
const AZStd::vector< uint32_t > & GetIndices () const
 
const AZStd::vector< AZ::PackedVector3f > & GetPositions () const
 
const AZStd::vector< AZ::PackedVector3f > & GetNormals () const
 
const AZStd::vector< AZ::Vector4 > & GetTangents () const
 
const AZStd::vector< AZ::PackedVector3f > & GetBitangents () const
 
const AZStd::vector< PackedFloat2 > & GetUVs () const
 
const AZStd::vector< AZ::Vector4 > & GetColors () const
 
AZ::Aabb GetAabb () const
 

Detailed Description

Class to hold the white box mesh data in Atom device memory format.


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