Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
13
struct Vertex { float x,y,z,r; }; // FIXME: rename to Vertex4f
14
struct Triangle { int v0, v1, v2; };
15
16
#include
"../device_default.h"
17
Callers
5
run
Method · 0.50
run
Method · 0.50
run
Method · 0.50
run
Method · 0.50
geometry
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected