Home
last modified time | relevance | path

Searched defs:RTCRay (Results 1 – 5 of 5) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/embree/embree2/
H A Drtcore_ray.h24 struct RTCORE_ALIGN(16) RTCRay struct
29 float align0;
54 struct RTCORE_ALIGN(16) RTCRay4 argument
/dports/graphics/nanort/nanort-b1feea8/examples/embree-api/include/embree2/
H A Drtcore_ray.h28 struct RTCORE_ALIGN(16) RTCRay struct
33 float align0;
35 float dir[3]; //!< Ray direction
59 #ifndef __RTCRay4__ argument
/dports/graphics/embree/embree-3.13.2/include/embree3/
H A Drtcore_ray.h11 struct RTC_ALIGN(16) RTCRay struct
13 float org_x; // x coordinate of ray origin
14 float org_y; // y coordinate of ray origin
15 float org_z; // z coordinate of ray origin
16 float tnear; // start of ray segment
18 float dir_x; // x coordinate of ray direction
19 float dir_y; // y coordinate of ray direction
20 float dir_z; // z coordinate of ray direction
21 float time; // time of this ray for motion blur
45 struct RTCRayHit argument
[all …]
/dports/graphics/embree/embree-3.13.2/doc/src/
H A Dapi-ref.md420 ## RTCRay section
/dports/graphics/embree/embree-3.13.2/
H A DREADME.md5971 RTCRay section in Embree API Reference
5974 #### NAME {#name}
5978 #### SYNOPSIS {#synopsis}
6000 #### DESCRIPTION {#description}
6029 #### EXIT STATUS {#exit-status}
6031 #### SEE ALSO {#see-also}