MCPcopy Create free account
hub / github.com/RenderKit/embree / Triangle

Class Triangle

tutorials/common/tutorial/tutorial_device.h:14–14  ·  view source on GitHub ↗

FIXME: rename to Vertex4f

Source from the content-addressed store, hash-verified

12/* vertex and triangle layout */
13struct Vertex { float x,y,z,r; }; // FIXME: rename to Vertex4f
14struct Triangle { int v0, v1, v2; };
15
16#include "../device_default.h"
17

Callers 5

runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
geometryMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected