hiprtPrimitiveType

Usage

Geometric primitive type.

hiprtGeometry can be built from multiple primitive types, such as triangle meshes, AABB lists, line lists, etc. This enum defines primitive type for hiprtBuildGeometry function.

Possible Values

Name

Value

Brief Explanation

hiprtPrimitiveTypeTriangleMesh

0

Flag used when the primitive type is triangle.

hiprtPrimitiveTypeAABBList

1

Flag used when the primitive type is AABB.