Libembree-Dev
- RTC_GEOMETRY_TYPE_CURVE(3) flat curve geometry with linear basis
- RTC_GEOMETRY_TYPE_GRID(3) grid geometry type
- RTC_GEOMETRY_TYPE_INSTANCE(3) instance geometry type
- RTC_GEOMETRY_TYPE_POINT(3) point geometry spheres
- RTC_GEOMETRY_TYPE_QUAD(3) quad geometry type
- RTC_GEOMETRY_TYPE_SUBDIVISION(3) subdivision geometry type
- RTC_GEOMETRY_TYPE_TRIANGLE(3) triangle geometry type
- RTC_GEOMETRY_TYPE_USER(3) user geometry type
- rtcAttachGeometry(3) attaches a geometry to the scene
- rtcAttachGeometryByID(3) attaches a geometry to the scene
- RTCBufferType(3) specifies format of data in buffers
- rtcBuildBVH(3) builds a BVH
- rtcCollide(3) intersects one BVH with another
- rtcCommitGeometry(3) commits geometry changes
- rtcCommitScene(3) commits scene changes
- RTCCurveFlags(3) per segment flags for curve geometry
- rtcDetachGeometry(3) detaches a geometry from the scene
- rtcDisableGeometry(3) disables the geometry
- rtcEnableGeometry(3) enables the geometry
- rtcFilterIntersection(3) invokes the intersection filter function
- rtcFilterOcclusion(3) invokes the occlusion filter function
- RTCFormat(3) specifies format of data in buffers
- rtcGetBufferData(3) gets a pointer to the buffer data
- rtcGetDeviceError(3) returns the error code of the device
- rtcGetDeviceProperty(3) queries properties of the device
- rtcGetGeometry(3) returns the geometry bound to
- rtcGetGeometryBufferData(3) gets pointer to
- rtcGetGeometryFace(3) returns the face of some half edge
- rtcGetGeometryFirstHalfEdge(3) returns the first half edge of a face
- rtcGetGeometryNextHalfEdge(3) returns the next half edge
- rtcGetGeometryOppositeHalfEdge(3) returns the opposite half edge
- rtcGetGeometryPreviousHalfEdge(3) returns the previous half edge
- rtcGetGeometryThreadSafe(3) returns the geometry bound to
- rtcGetGeometryTransform(3) returns the interpolated instance
- rtcGetGeometryUserData(3) returns the user data pointer
- rtcGetSceneBounds(3) returns the axis-aligned bounding box of the scene
- rtcGetSceneDevice(3) returns the device the scene got created in
- rtcGetSceneFlags(3) returns the flags of the scene
- rtcGetSceneLinearBounds(3) returns the linear bounds of the scene
- RTCHit(3) single hit structure
- RTCHitN(3) hit packet of runtime size
- rtcInitIntersectContext(3) initializes the intersection context
- rtcInitPointQueryContext(3) initializes the context information (e.g.
- rtcInitQuaternionDecomposition(3) initializes quaternion decomposition
- rtcInterpolate(3) interpolates vertex attributes
- rtcInterpolateN(3) performs N interpolations of vertex attribute data
- rtcIntersect1(3) finds the closest hit for a single ray
- rtcIntersect1M(3) finds the closest hits for a stream of M single
- rtcIntersect1Mp(3) finds the closest hits for a stream of M pointers
- rtcIntersect4(3) finds the closest hits for a ray packet
- rtcIntersectNM(3) finds the closest hits for a stream of M
- rtcIntersectNp(3) finds the closest hits for a SOA ray stream of
- rtcJoinCommitScene(3) commits the scene from multiple threads
- rtcNewBuffer(3) creates a new data buffer
- rtcNewBVH(3) creates a new BVH object
- rtcNewDevice(3) creates a new device
- rtcNewGeometry(3) creates a new geometry object
- rtcNewScene(3) creates a new scene
- rtcNewSharedBuffer(3) creates a new shared data buffer
- rtcOccluded1(3) finds any hit for a single ray
- rtcOccluded1M(3) finds any hits for a stream of M single rays
- rtcOccluded1Mp(3) find any hits for a stream of M pointers to
- rtcOccluded4(3) finds any hits for a ray packet
- rtcOccludedNM(3) finds any hits for a stream of M ray packets of
- rtcOccludedNp(3) finds any hits for a SOA ray stream of size N
- rtcPointQuery(3) traverses the BVH with a point query object
- rtcPointQuery4(3) traverses the BVH with a point query object for a ray packet
- RTCQuaternionDecomposition(3) structure that represents a quaternion
- RTCRay(3) single ray structure
- RTCRayHit(3) combined single ray/hit structure
- RTCRayHitN(3) combined ray/hit packet of runtime size
- RTCRayN(3) ray packet of runtime size
- rtcReleaseBuffer(3) decrements the buffer reference count
- rtcReleaseBVH(3) decrements the BVH reference count
- rtcReleaseDevice(3) decrements the device reference count
- rtcReleaseGeometry(3) decrements the geometry reference count
- rtcReleaseScene(3) decrements the scene reference count
- rtcRetainBuffer(3) increments the buffer reference count
- rtcRetainBVH(3) increments the BVH reference count
- rtcRetainDevice(3) increments the device reference count
- rtcRetainGeometry(3) increments the geometry reference count
- rtcRetainScene(3) increments the scene reference count
- rtcSetDeviceErrorFunction(3) sets an error callback function for the device
- rtcSetDeviceMemoryMonitorFunction(3) registers a callback function
- rtcSetGeometryBoundsFunction(3) sets a callback to query the
- rtcSetGeometryBuffer(3) assigns a view of a buffer to the geometry
- rtcSetGeometryBuildQuality(3) sets the build quality for the geometry
- rtcSetGeometryDisplacementFunction(3) sets the displacement function
- rtcSetGeometryInstancedScene(3) sets the instanced scene of
- rtcSetGeometryIntersectFilterFunction(3) sets the intersection filter
- rtcSetGeometryIntersectFunction(3) sets the callback function to
- rtcSetGeometryMask(3) sets the geometry mask
- rtcSetGeometryMaxRadiusScale(3) assigns a maximal curve radius scale factor for min-width feature
- rtcSetGeometryOccludedFilterFunction(3) sets the occlusion filter
- rtcSetGeometryOccludedFunction(3) sets the callback function to
- rtcSetGeometryPointQueryFunction(3) sets the point query callback function
- rtcSetGeometrySubdivisionMode(3) sets the subdivision mode
- rtcSetGeometryTessellationRate(3) sets the tessellation rate of the
- rtcSetGeometryTimeRange(3) sets the time range for a motion blur geometry
- rtcSetGeometryTimeStepCount(3) sets the number of time steps of the
- rtcSetGeometryTopologyCount(3) sets the number of topologies of
- rtcSetGeometryTransform(3) sets the transformation for a particular
- rtcSetGeometryTransformQuaternion(3) sets the transformation for a particular
- rtcSetGeometryUserData(3) sets the user-defined data pointer of the
- rtcSetGeometryUserPrimitiveCount(3) sets the number of primitives
- rtcSetGeometryVertexAttributeCount(3) sets the number of vertex
- rtcSetGeometryVertexAttributeTopology(3) binds a vertex
- rtcSetNewGeometryBuffer(3) creates and assigns a new data buffer to
- rtcSetSceneBuildQuality(3) sets the build quality for
- rtcSetSceneFlags(3) sets the flags for the scene
- rtcSetSceneProgressMonitorFunction(3) registers a callback
- rtcSetSharedGeometryBuffer(3) assigns a view of a shared data buffer
- rtcUpdateGeometryBuffer(3) marks a buffer view bound to the geometry