Home
last modified time | relevance | path

Searched defs:LightSource (Results 1 – 25 of 77) sorted by relevance

1234

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/lights/
H A Dlightsource_p.h66 struct Q_3DRENDERSHARED_PRIVATE_EXPORT LightSource { struct
70 Entity *entity;
71 QVector<Light *> lights;
H A Dlightsource.cpp50 LightSource::LightSource() : entity(nullptr) in LightSource() function in Qt3DRender::Render::LightSource
54 LightSource::LightSource(Entity *entity, const QVector<Light *> &lights) in LightSource() function in Qt3DRender::Render::LightSource
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A DsimpleLightingContext.cpp312 struct LightSource { in BindUniformBlocks() struct
313 float position[4]; in BindUniformBlocks()
314 float ambient[4]; in BindUniformBlocks()
315 float diffuse[4]; in BindUniformBlocks()
316 float specular[4]; in BindUniformBlocks()
317 float spotDirection[4]; in BindUniformBlocks()
318 float spotCutoff; in BindUniformBlocks()
319 float spotFalloff; in BindUniformBlocks()
320 float padding[2]; in BindUniformBlocks()
321 float attenuation[4]; in BindUniformBlocks()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DLightSource.java28 public class LightSource implements Serializable { class
40 public LightSource(float x, float y, float z, int color) { in LightSource() method in LightSource
48 public LightSource(float x, float y, float z, int color, Float diameter) { in LightSource() method in LightSource
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx44 struct LightSource struct
46 Color nDiffuseColor;
47 css::drawing::Direction3D aDirection;
48 bool bIsEnabled;
50 LightSource() : in LightSource() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx60 struct LightSource struct
62 Color nDiffuseColor;
63 css::drawing::Direction3D aDirection;
64 bool bIsEnabled;
66 LightSource() : in LightSource() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/
H A Dinternal.h53 struct LightSource struct
55 float3 pos[1];
56 int number;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_diffuse_lighting.h30 class LightSource; variable
H A Dfe_lighting.h38 class LightSource; variable
H A Dlight_source.h41 LightSource(LightType type) : type_(type) {} in LightSource() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DFEDiffuseLighting.h30 class LightSource; variable
H A DLightSource.h63 LightSource(LightType type) in LightSource() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_diffuse_lighting.h30 class LightSource; variable
H A Dfe_lighting.h38 class LightSource; variable
H A Dlight_source.h41 LightSource(LightType type) : type_(type) {} in LightSource() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/
H A Dinternal.h90 struct LightSource struct
92 float3 pos[1];
93 int number;
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dlightsource.h52 class LightSource; variable
H A Dlightsource.cpp350 LightSource::LightSource() : CompoundObject(LIGHT_OBJECT) in LightSource() function in pov::LightSource
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dfilter-enums.h66 enum LightSource { enum
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/backend/lighting/
H A Dphotonshootingtask.h56 class LightSource; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DLightSource.cpp17 LightSource::LightSource(): in LightSource() function in LightSource
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DLightSource.cpp17 LightSource::LightSource(): in LightSource() function in LightSource
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgfilters-0.1.0/src/
H A Dlighting.rs16 pub enum LightSource { enum
168 light_source: LightSource, in diffuse_lighting()
214 light_source: LightSource, in specular_lighting()
262 light_source: LightSource, in apply()
338 light: &LightSource, in light_color()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dlighting.rs108 enum LightSource { enum
125 fn transform(&self, paffine: Transform) -> LightSource { in transform()
145 source: &LightSource, in color_and_vector()
207 fn transform(&self) -> LightSource { in transform()
239 fn transform(&self, paffine: Transform) -> LightSource { in transform()
279 fn transform(&self, paffine: Transform) -> LightSource { in transform()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dpoint.cpp383 LightSource::LightSource() : CompoundObject(LIGHT_OBJECT) in LightSource() function in pov::LightSource

1234