1.3.64
 
Loading...
Searching...
No Matches
helios::PrimitiveTypeGeometry Struct Reference

Geometry data for a specific primitive type. More...

#include <RayTracingTypes.h>

Data Fields

std::vector< helios::vec3vertices
 Vertex positions (layout depends on type)
 
std::vector< uintUUIDs
 Primitive UUIDs for this type.
 
size_t count = 0
 Number of primitives of this type.
 

Detailed Description

Geometry data for a specific primitive type.

Definition at line 28 of file RayTracingTypes.h.

Field Documentation

◆ count

size_t helios::PrimitiveTypeGeometry::count = 0

Number of primitives of this type.

Definition at line 31 of file RayTracingTypes.h.

◆ UUIDs

std::vector<uint> helios::PrimitiveTypeGeometry::UUIDs

Primitive UUIDs for this type.

Definition at line 30 of file RayTracingTypes.h.

◆ vertices

std::vector<helios::vec3> helios::PrimitiveTypeGeometry::vertices

Vertex positions (layout depends on type)

Definition at line 29 of file RayTracingTypes.h.


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