A definition of a Carla Mesh. More...
#include <ProceduralCustomMesh.h>
Public Attributes | |
TArray< FVector > | Normals |
TArray< int32 > | Triangles |
TArray< FVector2D > | UV0 |
TArray< FLinearColor > | VertexColor |
TArray< FVector > | Vertices |
A definition of a Carla Mesh.
Definition at line 13 of file ProceduralCustomMesh.h.
TArray<FVector> FProceduralCustomMesh::Normals |
Definition at line 24 of file ProceduralCustomMesh.h.
Referenced by UMapGenFunctionLibrary::BuildMeshDescriptionFromData(), AOpenDriveGenerator::GenerateRoadMesh(), and carla::geom::Mesh::Mesh().
TArray<int32> FProceduralCustomMesh::Triangles |
Definition at line 21 of file ProceduralCustomMesh.h.
Referenced by UMapGenFunctionLibrary::BuildMeshDescriptionFromData(), AOpenDriveGenerator::GenerateRoadMesh(), and carla::geom::Mesh::Mesh().
TArray<FVector2D> FProceduralCustomMesh::UV0 |
Definition at line 27 of file ProceduralCustomMesh.h.
Referenced by UMapGenFunctionLibrary::BuildMeshDescriptionFromData(), and carla::geom::Mesh::Mesh().
TArray<FLinearColor> FProceduralCustomMesh::VertexColor |
Definition at line 30 of file ProceduralCustomMesh.h.
TArray<FVector> FProceduralCustomMesh::Vertices |
Definition at line 18 of file ProceduralCustomMesh.h.
Referenced by UMapGenFunctionLibrary::BuildMeshDescriptionFromData(), AOpenDriveGenerator::GenerateRoadMesh(), and carla::geom::Mesh::Mesh().