Home
last modified time | relevance | path

Searched refs:linear3f (Results 1 – 25 of 53) sorted by relevance

123

/dports/graphics/ospray/ospray-2.8.0/ospray/render/bsdfs/
H A DShadingContext.ih39 inline varying linear3f *uniform LinearSpace3f_create(
40 uniform ShadingContext *uniform ctx, const linear3f &l)
42 varying linear3f *uniform ptr =
43 (varying linear3f * uniform) ShadingContext_alloc(ctx, sizeof(linear3f));
H A DMicrofacetConductor.ih46 linear3f toLocal = transposed(getFrame(super));
81 linear3f toGlobal = getFrame(super);
82 linear3f toLocal = transposed(getFrame(super));
116 const varying linear3f *uniform frame,
141 const varying linear3f *uniform frame,
H A DBSDF.ih65 const varying linear3f *uniform frame;
73 const varying linear3f *uniform frame)
87 inline linear3f getFrame(const varying BSDF *uniform bsdf)
H A DThinMicrofacetDielectric.ih49 linear3f toLocal = transposed(getFrame(super));
101 linear3f toGlobal = getFrame(super);
102 linear3f toLocal = transposed(getFrame(super));
148 const varying linear3f *uniform frame,
175 const varying linear3f *uniform frame,
H A DConductor.ih38 const varying linear3f *uniform frame,
52 const varying linear3f *uniform frame,
H A DVelvety.ih50 const varying linear3f *uniform frame,
65 const varying linear3f *uniform frame,
H A DMinneart.ih48 const varying linear3f *uniform frame,
64 const varying linear3f *uniform frame,
H A DMicrofacetDielectric.ih81 linear3f toLocal = transposed(getFrame(super));
164 linear3f toGlobal = getFrame(super);
165 linear3f toLocal = transposed(getFrame(super));
240 const varying linear3f *uniform frame,
273 const varying linear3f *uniform frame,
H A DDielectric.ih58 const varying linear3f *uniform frame,
72 const varying linear3f *uniform frame,
H A DOrenNayar.ih55 const varying linear3f *uniform frame,
71 const varying linear3f *uniform frame,
H A DThinDielectric.ih62 const varying linear3f *uniform frame,
78 const varying linear3f *uniform frame,
H A DSpecular.ih67 const varying linear3f *uniform frame,
88 const varying linear3f *uniform frame,
H A DMicrofacetDielectricLayer.ih102 linear3f toLocal = transposed(getFrame(super));
145 linear3f toGlobal = getFrame(super);
146 linear3f toLocal = transposed(getFrame(super));
267 const varying linear3f *uniform frame,
308 const varying linear3f *uniform frame,
H A DRobustThinDielectric.ih75 const varying linear3f *uniform frame,
91 const varying linear3f *uniform frame,
H A DReflection.ih28 const varying linear3f *uniform frame,
/dports/graphics/ospray/ospray-2.8.0/ospray/render/materials/
H A DMaterial.ih62 inline linear3f makeShadingFrame(const DifferentialGeometry &dg)
76 inline linear3f makeShadingFrame(const linear3f &f, const vec3f &localN)
91 inline linear3f makeShadingFrame(
94 linear3f f = makeShadingFrame(dg);
98 inline linear3f makeShadingFrame(const DifferentialGeometry &dg,
104 linear3f f =
/dports/graphics/ospray/ospray-2.8.0/ospray/lights/
H A DSpotLight.ispc15 linear3f light2world; // coordinate frame, with vz == direction that the
17 linear3f world2light;
68 const uniform linear3f &l2w,
69 const uniform linear3f &w2l,
156 uniform linear3f l2w;
163 const uniform linear3f w2l = transposed(l2w);
174 const uniform linear3f &w2l,
261 uniform linear3f w2l;
H A DHDRILight.ispc15 linear3f light2world;
16 linear3f world2light;
40 const uniform linear3f &light2world,
103 const uniform linear3f &world2light,
201 const uniform linear3f &light2world,
H A DDirectionalLight.ispc13 linear3f frame; //!< coordinate frame, with vz == direction *towards* the
29 const uniform linear3f &frame,
76 const uniform linear3f &frame,
H A DHDRILight.h24 linear3f frame{one}; // light orientation
H A DSunSkyLight.h51 linear3f frame{one}; // sky orientation in SunSkyLight()
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/RTWrapper/
H A DTypes.h216 struct linear3f { vec3f vx, vy, vz; }; struct
217 struct affine3f { linear3f l; vec3f p; };
/dports/graphics/ospray/ospray-2.8.0/apps/ospTestSuite/
H A Dtest_glm_compat.cpp25 static_assert(sizeof(rkcommon::math::linear3f) == sizeof(glm::mat3x3), ""); in TEST()
110 rkcommon::math::linear3f rk_linear3f; in TEST()
/dports/graphics/ospray/ospray-2.8.0/ospray/camera/
H A DPanoramicCamera.ispc14 linear3f frame; // union: precomputed frame; or (xxx, up, -dir) if motion blur
68 linear3f frameMB;
/dports/graphics/ospray/ospray-2.8.0/ospray/include/ospray/ospray_cpp/ext/
H A Drkcommon.h53 OSPTYPEFOR_SPECIALIZATION(rkcommon::math::linear3f, OSP_LINEAR3F);
98 OSPTYPEFOR_DEFINITION(rkcommon::math::linear3f);

123