Home
last modified time | relevance | path

Searched defs:light (Results 1 – 25 of 3586) sorted by relevance

12345678910>>...144

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/lighting/
H A Dlighting.h30 typedef struct light { struct
31 int type; // What type of light this is argument
33 vec3d vec2; // second point on a tube light argument
34 vec3d local_vec; // rotated light vector argument
35 vec3d local_vec2; // rotated 2nd light vector for a tube light argument
36 float intensity; // How bright the light is. argument
37 …float rada, rada_squared; // How big of an area a point light affect. Is equal to l->intensity … argument
38 …float radb, radb_squared; // How big of an area a point light affect. Is equal to l->intensity … argument
39 float r,g,b; // The color components of the light argument
40 float spec_r,spec_g,spec_b; // The specular color components of the light argument
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DLight.c88 Q3Light_GetType(TQ3LightObject light) in Q3Light_GetType()
122 Q3Light_GetState(TQ3LightObject light, TQ3Boolean *isOn) in Q3Light_GetState()
160 Q3Light_GetBrightness(TQ3LightObject light, float *brightness) in Q3Light_GetBrightness()
198 Q3Light_GetColor(TQ3LightObject light, TQ3ColorRGB *color) in Q3Light_GetColor()
236 Q3Light_SetState(TQ3LightObject light, TQ3Boolean isOn) in Q3Light_SetState()
273 Q3Light_SetBrightness(TQ3LightObject light, float brightness) in Q3Light_SetBrightness()
310 Q3Light_SetColor(TQ3LightObject light, const TQ3ColorRGB *color) in Q3Light_SetColor()
348 Q3Light_GetData(TQ3LightObject light, TQ3LightData *lightData) in Q3Light_GetData()
1317 Q3SpotLight_GetHotAngle(TQ3LightObject light, float *hotAngle) in Q3SpotLight_GetHotAngle()
1619 Q3SpotLight_SetHotAngle(TQ3LightObject light, float hotAngle) in Q3SpotLight_SetHotAngle()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/lighting/
H A Dlighting.h37 typedef struct light { struct
38 Light_Type type; // What type of light this is argument
41 vec3d local_vec; // rotated light vector argument
42 vec3d local_vec2; // rotated 2nd light vector for a tube light argument
43 float intensity; // How bright the light is. argument
44 …float rada, rada_squared; // How big of an area a point light affect. Is equal to l->intensity… argument
45 …float radb, radb_squared; // How big of an area a point light affect. Is equal to l->intensity… argument
46 float r,g,b; // The color components of the light argument
47 float spec_r,spec_g,spec_b; // The specular color components of the light argument
50 float cone_angle; // angle for cone lights argument
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A DlightClass.X19 struct light { struct
23 /* what kind of light */ argument
24 enum {invalid_relative, camera, world} relative;
27 Point position; /* position, if point */
28 Vector direction; /* direction, if distant */
29 RGBColor color; /* color, if point, distant, or ambient */
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/tranzport/
H A Dlights.cc38 TranzportControlProtocol::light_on (LightID light) in light_on()
45 TranzportControlProtocol::light_off (LightID light) in light_off()
61 void TranzportControlProtocol::light_validate (LightID light) in light_validate()
66 void TranzportControlProtocol::light_invalidate (LightID light) in light_invalidate()
82 TranzportControlProtocol::light_set (LightID light, bool offon) in light_set()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/
H A DLight_TEST.cc25 sdf::Light light; in TEST() local
90 sdf::Light light; in TEST() local
128 sdf::Light light; in TEST() local
166 sdf::Light light; in TEST() local
180 sdf::Light light; in TEST() local
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTLightGroup.cpp162 for (auto light : List) in Message() local
179 for (auto light : List) in Message() local
190 for (auto light : List) in Message() local
201 auto light = *it; in Message() local
216 for (auto light : List) in Message() local
227 auto light = *it; in Message() local
276 auto light = List.at(index); in Message() local
288 auto light = List.at(index); in Message() local
297 for (auto light : List) in Message() local
341 auto light = *it; in Message() local
[all …]
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DLevelLights.h73 LevelLight &light = lights[LL_LOCAL_LIGHTS][top_effective_row]; in levelRaise() local
83 LevelLight &light = lights[LL_LOCAL_LIGHTS][top_effective_row]; in levelLower() local
98 LevelLight &light = lights[LL_LOCAL_LIGHTS][y - 1 + height]; in notifyImpact() local
148 static inline void setBlue ( LevelLight &light ) in setBlue()
158 static inline void setRed ( LevelLight &light ) in setRed()
168 static inline void setFlashing ( LevelLight &light ) in setFlashing()
/dports/graphics/pear-Image_3D/Image_3D-0.4.2/docs/examples/
H A D3ds.php10 $light = $world->createLight('Light', array(-2000, -2000, -2000)); variable
14 $light = $world->createLight('Point', array(0, -100, 0, 'distance' => 200, 'falloff' => 2)); variable
18 $light = $world->createLight('Spotlight', array(500, -500, -300, 'aim' => array(50, 30, 0), 'angle'… variable
/dports/graphics/lib3ds/lib3ds-1.3.0/lib3ds/
H A Dlight.c42 Lib3dsLight *light; in lib3ds_light_new() local
60 lib3ds_light_free(Lib3dsLight *light) in lib3ds_light_free()
71 lib3ds_light_dump(Lib3dsLight *light) in lib3ds_light_dump()
110 spotlight_read(Lib3dsLight *light, Lib3dsIo *io) in spotlight_read()
197 lib3ds_light_read(Lib3dsLight *light, Lib3dsIo *io) in lib3ds_light_read()
275 lib3ds_light_write(Lib3dsLight *light, Lib3dsIo *io) in lib3ds_light_write()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/lib3ds-1.3.0/lib3ds/
H A Dlight.c42 Lib3dsLight *light; in lib3ds_light_new() local
60 lib3ds_light_free(Lib3dsLight *light) in lib3ds_light_free()
71 lib3ds_light_dump(Lib3dsLight *light) in lib3ds_light_dump()
110 spotlight_read(Lib3dsLight *light, Lib3dsIo *io) in spotlight_read()
197 lib3ds_light_read(Lib3dsLight *light, Lib3dsIo *io) in lib3ds_light_read()
275 lib3ds_light_write(Lib3dsLight *light, Lib3dsIo *io) in lib3ds_light_write()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_lighting.cpp69 void ExtGLWidget::illuminate(unsigned light) in illuminate()
79 void ExtGLWidget::blowout(unsigned light) in blowout()
117 …LWidget::setLightComponent(GLenum property, double r, double g, double b, double a, unsigned light) in setLightComponent()
128 void ExtGLWidget::setLightComponent(GLenum property, double intensity, unsigned light) in setLightComponent()
141 void ExtGLWidget::setLightRotation( double xVal, double yVal, double zVal, unsigned light ) in setLightRotation()
158 void ExtGLWidget::setLightShift( double xVal, double yVal, double zVal, unsigned light ) in setLightShift()
167 void ExtGLWidget::applyLight(unsigned light) in applyLight()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dlight.c102 struct gl_light *light; in _mesa_light() local
197 _mesa_Lightf( GLenum light, GLenum pname, GLfloat param ) in _mesa_Lightf()
268 _mesa_Lighti( GLenum light, GLenum pname, GLint param ) in _mesa_Lighti()
626 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
636 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
660 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
670 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
681 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
691 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
891 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_lighting() local
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxLightImporter.cpp37 LightImporter::LightImporter( DocumentImporter* documentImporter, const COLLADAFW::Light* light ) in LightImporter()
61 LightObject* LightImporter::createLight( const COLLADAFW::Light* light ) in createLight()
77 GenLight* LightImporter::createGenericLight( const COLLADAFW::Light* light ) in createGenericLight()
161 …LightObject* LightImporter::createSkyLight( const COLLADAFW::Light* light, const SkyLightParameter… in createSkyLight()
185 void LightImporter::createAndAddAmbientLight( const COLLADAFW::Light* light ) in createAndAddAmbientLight()
/dports/math/qwtplot3d/qwtplot3d-438c855d/src/
H A Dqwt3d_lighting.cpp69 void Plot3D::illuminate(unsigned light) in illuminate()
79 void Plot3D::blowout(unsigned light) in blowout()
118 unsigned light) in setLightComponent()
129 void Plot3D::setLightComponent(GLenum property, double intensity, unsigned light) in setLightComponent()
141 void Plot3D::setLightRotation(double xVal, double yVal, double zVal, unsigned light) in setLightRotation()
158 void Plot3D::setLightShift(double xVal, double yVal, double zVal, unsigned light) in setLightShift()
167 void Plot3D::applyLight(unsigned light) in applyLight()
/dports/games/memonix/MemonixSourceCode/src/Core/RendererInterface/
H A DOGL_Light.cpp58 void vw_LightEnable(int light, bool param) in vw_LightEnable()
69 bool vw_GetLightEnable(int light) in vw_GetLightEnable()
80 void vw_SetLight(int light, int pname, float param) in vw_SetLight()
115 void vw_SetLightV(int light, int pname, const float *param) in vw_SetLightV()
170 void vw_GetLightV(int light, int pname, float *param) in vw_GetLightV()
/dports/graphics/qgis/qgis-3.22.3/src/app/3d/
H A Dqgslightswidget.cpp126 void QgsLightsWidget::showSettingsForPointLight( const QgsPointLightSettings &light ) in showSettingsForPointLight()
138 void QgsLightsWidget::showSettingsForDirectionalLight( const QgsDirectionalLightSettings &light ) in showSettingsForDirectionalLight()
153 QgsPointLightSettings light; in updateCurrentLightParameters() local
172 QgsDirectionalLightSettings light; in updateCurrentDirectionalLightParameters() local
382 void QgsLightsModel::setPointLightSettings( int index, const QgsPointLightSettings &light ) in setPointLightSettings()
387 … QgsLightsModel::setDirectionalLightSettings( int index, const QgsDirectionalLightSettings &light ) in setDirectionalLightSettings()
392 QModelIndex QgsLightsModel::addPointLight( const QgsPointLightSettings &light ) in addPointLight()
401 QModelIndex QgsLightsModel::addDirectionalLight( const QgsDirectionalLightSettings &light ) in addDirectionalLight()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/3d/
H A Dqgslightswidget.cpp126 void QgsLightsWidget::showSettingsForPointLight( const QgsPointLightSettings &light ) in showSettingsForPointLight()
138 void QgsLightsWidget::showSettingsForDirectionalLight( const QgsDirectionalLightSettings &light ) in showSettingsForDirectionalLight()
153 QgsPointLightSettings light; in updateCurrentLightParameters() local
172 QgsDirectionalLightSettings light; in updateCurrentDirectionalLightParameters() local
381 void QgsLightsModel::setPointLightSettings( int index, const QgsPointLightSettings &light ) in setPointLightSettings()
386 … QgsLightsModel::setDirectionalLightSettings( int index, const QgsDirectionalLightSettings &light ) in setDirectionalLightSettings()
391 QModelIndex QgsLightsModel::addPointLight( const QgsPointLightSettings &light ) in addPointLight()
400 QModelIndex QgsLightsModel::addDirectionalLight( const QgsDirectionalLightSettings &light ) in addDirectionalLight()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/effects/
H A DSkEmbossMaskFilter.cpp26 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make()
47 SkEmbossMaskFilter::Light light; in MakeEmboss() local
62 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter()
108 Light light = fLight; in filterMask() local
128 Light light; in CreateProc() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp26 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make()
47 SkEmbossMaskFilter::Light light; in MakeEmboss() local
62 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter()
108 Light light = fLight; in filterMask() local
128 Light light; in CreateProc() local
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/effects/
H A DSkEmbossMaskFilter.cpp26 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make()
47 SkEmbossMaskFilter::Light light; in MakeEmboss() local
62 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter()
108 Light light = fLight; in filterMask() local
128 Light light; in CreateProc() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/effects/
H A DSkEmbossMaskFilter.cpp26 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make()
47 SkEmbossMaskFilter::Light light; in MakeEmboss() local
62 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter()
108 Light light = fLight; in filterMask() local
128 Light light; in CreateProc() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp27 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make()
48 SkEmbossMaskFilter::Light light; in MakeEmboss() local
63 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter()
109 Light light = fLight; in filterMask() local
129 Light light; in CreateProc() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/effects/
H A DSkEmbossMaskFilter.cpp26 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make()
47 SkEmbossMaskFilter::Light light; in MakeEmboss() local
62 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter()
108 Light light = fLight; in filterMask() local
128 Light light; in CreateProc() local
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dlight.c102 struct gl_light *light; in _mesa_light() local
259 _mesa_Lightf( GLenum light, GLenum pname, GLfloat param ) in _mesa_Lightf()
330 _mesa_Lighti( GLenum light, GLenum pname, GLint param ) in _mesa_Lighti()
691 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
702 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
727 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
738 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
750 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
761 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_material() local
967 struct gl_light *light = &ctx->Light.Light[i]; in _mesa_update_lighting() local
[all …]

12345678910>>...144