All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdEmbreeInstanceContext Class Reference

A small bit of state attached to each bit of instanced geometry in embree, for the benefit of HdEmbreeRenderer::_TraceRay. More...

Public Attributes

GfMatrix4f objectToWorldMatrix
 The object-to-world transform, for transforming normals to worldspace. More...
 
RTCScene rootScene
 The scene the prototype geometry lives in, for passing to rtcInterpolate. More...
 
int32_t instanceId
 The instance id of this instance. More...
 

Detailed Description

A small bit of state attached to each bit of instanced geometry in embree, for the benefit of HdEmbreeRenderer::_TraceRay.

Definition at line 62 of file context.h.

Member Data Documentation

int32_t instanceId

The instance id of this instance.

Definition at line 70 of file context.h.

GfMatrix4f objectToWorldMatrix

The object-to-world transform, for transforming normals to worldspace.

Definition at line 65 of file context.h.

RTCScene rootScene

The scene the prototype geometry lives in, for passing to rtcInterpolate.

Definition at line 68 of file context.h.


The documentation for this class was generated from the following file: