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

Class Tutorial

tutorials/instanced_geometry/instanced_geometry.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace embree
16{
17 struct Tutorial : public TutorialApplication
18 {
19 Tutorial()
20 : TutorialApplication(NAME, FEATURES)
21 {
22 /* set default camera */
23 camera.from = Vec3fa(2.5f,2.5f,2.5f);
24 camera.to = Vec3fa(0.0f,0.0f,0.0f);
25 }
26 };
27
28}
29

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected