Home
last modified time | relevance | path

Searched defs:world2local (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dinstance_intersector.cpp60 const AffineSpace3fa world2local = instance->getWorld2Local(); in intersect() local
87 const AffineSpace3fa world2local = instance->getWorld2Local(); in occluded() local
107 const AffineSpace3fa world2local = instance->getWorld2Local(); in pointQuery() local
149 const AffineSpace3fa world2local = instance->getWorld2Local(ray.time()); in intersect() local
176 const AffineSpace3fa world2local = instance->getWorld2Local(ray.time()); in occluded() local
196 const AffineSpace3fa world2local = instance->getWorld2Local(query->time); in pointQuery() local
240 AffineSpace3vf<K> world2local = instance->getWorld2Local(); in intersect() local
269 AffineSpace3vf<K> world2local = instance->getWorld2Local(); in occluded() local
299 AffineSpace3vf<K> world2local = instance->getWorld2Local<K>(valid, ray.time()); in intersect() local
328 AffineSpace3vf<K> world2local = instance->getWorld2Local<K>(valid, ray.time()); in occluded() local
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DECEF.cpp31 const osg::Matrixd& world2local) in transformAndLocalize()
44 const osg::Matrixd& world2local ) in transformAndLocalize()
65 const osg::Matrixd& world2local ) in transformAndLocalize()
H A DGeometryClamper.cpp77 osg::Matrix world2local; in apply() local
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DFilter.cpp187 const osg::Matrixd& world2local, in transformAndLocalize()
223 const osg::Matrixd& world2local, in transformAndLocalize()
267 const osg::Matrixd& world2local, in transformAndLocalize()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/sky_gl/
H A DGLSkyNode.cpp120 osg::Matrixd world2local; in onSetDateTime() local
/dports/graphics/embree/embree-3.13.2/tutorials/user_geometry/
H A Duser_geometry_device.h24 AffineSpace3fa world2local; member
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthTriton/
H A DTritonLayer.cpp201 osg::Matrix world2local; in traverse() local
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DGeometryPool.cpp107 osg::Matrix world2local, local2world; in createGeometry() local
H A DSurfaceNodeFactory.cpp54 osg::Matrix world2local; in SurfaceNodeFactory() local
H A DTileModelCompiler.cpp154 osg::Matrixd local2world, world2local; member
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_rex/
H A DMaskGenerator.cpp270 osg::Matrix world2local, local2world; in createMaskPrimitives() local
H A DGeometryPool.cpp219 osg::Matrix world2local, local2world; in createGeometry() local
H A DRexTerrainEngineNode.cpp816 osg::Matrix world2local, local2world; in renderHeightField() local
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Drenderstate.cpp323 Matrix4 world2local(localToWorld); in setParameters() local
500 Matrix4 world2local(localToWorld); in setParameters() local
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Drenderstate.cpp293 Matrix4 world2local( localToWorld ); in setParameters() local
458 Matrix4 world2local( localToWorld ); in setParameters() local
/dports/graphics/embree/embree-3.13.2/tutorials/closest_point/
H A Dclosest_point_device.cpp72 AffineSpace3fa world2local; member