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

Class ISPCCamera

tutorials/common/tutorial/camera.h:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 };
23
24 struct ISPCCamera
25 {
26 public:
27 ISPCCamera (const AffineSpace3f& xfm)
28 : xfm(xfm) {}
29
30 public:
31 AffineSpace3f xfm;
32 float render_time = 0.0f;
33 };
34
35 public:
36

Callers 1

getISPCCameraMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected