Tachyon (current)  Current Main Branch
Data Fields
QuadMeshSBT Struct Reference

#include <TachyonOptiXShaders.h>

Data Fields

float3 * vertices
 
int4 * indices
 
float3 * normals
 
uint4 * packednormals
 packed normals: ng [n0 n1 n2] More...
 
float3 * vertcolors3f
 
uchar4 * vertcolors4u
 unsigned char color representation More...
 

Detailed Description

Definition at line 299 of file TachyonOptiXShaders.h.

Field Documentation

◆ indices

int4* QuadMeshSBT::indices

Definition at line 301 of file TachyonOptiXShaders.h.

Referenced by quad_calc_barycentrics_v11().

◆ normals

float3* QuadMeshSBT::normals

Definition at line 302 of file TachyonOptiXShaders.h.

◆ packednormals

uint4* QuadMeshSBT::packednormals

packed normals: ng [n0 n1 n2]

Definition at line 303 of file TachyonOptiXShaders.h.

◆ vertcolors3f

float3* QuadMeshSBT::vertcolors3f

Definition at line 304 of file TachyonOptiXShaders.h.

◆ vertcolors4u

uchar4* QuadMeshSBT::vertcolors4u

unsigned char color representation

Definition at line 305 of file TachyonOptiXShaders.h.

◆ vertices

float3* QuadMeshSBT::vertices

Definition at line 300 of file TachyonOptiXShaders.h.


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