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

Class Tutorial

tutorials/lazy_geometry/lazy_geometry.cpp:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace embree
7{
8 struct Tutorial : public TutorialApplication
9 {
10 Tutorial()
11 : TutorialApplication("lazy_geometry",FEATURE_RTCORE)
12 {
13 /* set default camera */
14 camera.from = Vec3fa(2.5f,2.5f,2.5f);
15 camera.to = Vec3fa(0.0f,0.0f,0.0f);
16 }
17 };
18
19}
20

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected