Home
last modified time | relevance | path

Searched refs:lightType (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxLightImporter.cpp83 COLLADAFW::Light::LightType lightType = light->getLightType(); in createGenericLight() local
84 switch (lightType) in createGenericLight()
110 if (lightType == COLLADAFW::Light::DIRECTIONAL_LIGHT) in createGenericLight()
119 if (lightType == COLLADAFW::Light::POINT_LIGHT || lightType == COLLADAFW::Light::SPOT_LIGHT) in createGenericLight()
131 if (lightType == COLLADAFW::Light::SPOT_LIGHT || lightType == COLLADAFW::Light::DIRECTIONAL_LIGHT) in createGenericLight()
H A DCOLLADAMaxLightExporter.cpp223 COLLADASW::Light::LightType lightType; in exportLight() local
229 lightType = COLLADASW::Light::SPOT; in exportLight()
234 lightType = COLLADASW::Light::DIRECTIONAL; in exportLight()
238 lightType = COLLADASW::Light::POINT; in exportLight()
242 lightType = COLLADASW::Light::POINT; in exportLight()
249 switch ( lightType ) in exportLight()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/src/
H A DLightMaterialGenerator.cpp134 String lightType; in getPPDefines() local
137 lightType = "POINT"; in getPPDefines()
141 lightType = "SPOT"; in getPPDefines()
145 lightType = "DIRECTIONAL"; in getPPDefines()
151 strPPD += "-DLIGHT_TYPE=LIGHT_" + lightType + " "; in getPPDefines()
321 Ogre::uint lightType = 0; in getPPDefines() local
324 lightType = 1; in getPPDefines()
328 lightType = 2; in getPPDefines()
332 lightType = 3; in getPPDefines()
338 strPPD += "LIGHT_TYPE=" + StringConverter::toString(lightType); in getPPDefines()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/src/
H A DLightMaterialGenerator.cpp135 String lightType; in getPPDefines() local
138 lightType = "POINT"; in getPPDefines()
142 lightType = "SPOT"; in getPPDefines()
146 lightType = "DIRECTIONAL"; in getPPDefines()
152 strPPD += "-DLIGHT_TYPE=LIGHT_" + lightType + " "; in getPPDefines()
323 Ogre::uint lightType = 0; in getPPDefines() local
326 lightType = 1; in getPPDefines()
330 lightType = 2; in getPPDefines()
334 lightType = 3; in getPPDefines()
340 strPPD += "LIGHT_TYPE=" + StringConverter::toString(lightType); in getPPDefines()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/
H A Dlightgeometry.h38 Q_PROPERTY(LightType lightType READ lightType WRITE setLightType NOTIFY lightTypeChanged)
53 LightType lightType() const;
56 void setLightType(LightType lightType);
H A Dlightgeometry.cpp48 LightGeometry::LightType LightGeometry::lightType() const in lightType() function in QmlDesigner::Internal::LightGeometry
53 void LightGeometry::setLightType(LightGeometry::LightType lightType) in setLightType() argument
55 if (m_lightType == lightType) in setLightType()
58 m_lightType = lightType; in setLightType()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DLightSourcePaletteManager.cpp79 int lightType = INFINITE_LIGHT; in write() local
84 lightType = SPOT_LIGHT; in write()
86 lightType = LOCAL_LIGHT; in write()
99 dos.writeInt32(lightType); in write()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DLightSourcePaletteManager.cpp79 int lightType = INFINITE_LIGHT; in write() local
84 lightType = SPOT_LIGHT; in write()
86 lightType = LOCAL_LIGHT; in write()
99 dos.writeInt32(lightType); in write()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/def_files/data/effects/
H A Ddeferred-v.sdr25 int lightType;
34 if (lightType == LT_DIRECTIONAL) {
40 if(lightType == LT_TUBE)
H A Ddeferred-f.sdr45 int lightType;
52 if (lightType == LT_DIRECTIONAL) {
61 if(dist > lightRadius && lightType != LT_TUBE) {
65 if (lightType == LT_TUBE) { // Tube light
85 } else if (lightType == LT_CONE) {
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dlight_editor.cpp103 cLight::enumLightType lightType = static_cast<cLight::enumLightType>(index); in slotChangedLightType() local
105 ui->groupBox_cone_options->setEnabled(lightType == cLight::lightConical); in slotChangedLightType()
106 ui->groupBox_projection_options->setEnabled(lightType == cLight::lightProjection); in slotChangedLightType()
107 ui->widget_angle_preview->setEnabled(lightType == cLight::lightDirectional); in slotChangedLightType()
/dports/graphics/qgis/qgis-3.22.3/src/app/3d/
H A Dqgslightswidget.cpp109 …const QgsLightsModel::LightType lightType = static_cast< QgsLightsModel::LightType >( mLightsModel… in selectedLightChanged() local
112 switch ( lightType ) in selectedLightChanged()
294 const LightType lightType = index.row() < mPointLights.size() ? Point : Directional; in data() local
295 const int lightListRow = lightType == Point ? index.row() : index.row() - mPointLights.size(); in data()
302 switch ( lightType ) in data()
313 return lightType; in data()
332 const LightType lightType = i < mPointLights.size() ? Point : Directional; in removeRows() local
333 const int lightListRow = lightType == Point ? i : i - mPointLights.size(); in removeRows()
335 switch ( lightType ) in removeRows()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/3d/
H A Dqgslightswidget.cpp109 …const QgsLightsModel::LightType lightType = static_cast< QgsLightsModel::LightType >( mLightsModel… in selectedLightChanged() local
112 switch ( lightType ) in selectedLightChanged()
293 const LightType lightType = index.row() < mPointLights.size() ? Point : Directional; in data() local
294 const int lightListRow = lightType == Point ? index.row() : index.row() - mPointLights.size(); in data()
301 switch ( lightType ) in data()
312 return lightType; in data()
331 const LightType lightType = i < mPointLights.size() ? Point : Directional; in removeRows() local
332 const int lightListRow = lightType == Point ? i : i - mPointLights.size(); in removeRows()
334 switch ( lightType ) in removeRows()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreShadowVolumeExtrudeProgram.h152 static const String& getProgramSource(Light::LightTypes lightType, const String &syntax,
167 … static const GpuProgramPtr& get(Light::LightTypes lightType, bool finite, bool debug = false);
H A DOgreShadowVolumeExtrudeProgram.cpp597 Light::LightTypes lightType, const String &syntax, bool finite, bool debug) in getProgramSource() argument
599 if (lightType == Light::LT_DIRECTIONAL) in getProgramSource()
653 const GpuProgramPtr& ShadowVolumeExtrudeProgram::get(Light::LightTypes lightType, bool finite, in get() argument
658 if (lightType == Light::LT_DIRECTIONAL) in get()
/dports/math/vtk8/VTK-8.2.0/Rendering/OSPRay/
H A DvtkOSPRayLightNode.cxx117 const std::string& lightType) in NewLight() argument
123 result = ospNewLight2(rendererType.c_str(), lightType.c_str()); in NewLight()
126 result = ospNewLight(oRenderer, lightType.c_str()); in NewLight()
131 vtkGenericWarningMacro("Failed to create OSPRay light: " << lightType); in NewLight()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDLight.h79 DeclareParameter(uint32, FUParameterQualifiers::SIMPLE, lightType, FC("Light Type")); // LightType
152 LightType GetLightType() const { return (LightType) *lightType; } in GetLightType()
156 void SetLightType(LightType type) { lightType = type; SetDirtyFlag(); } in SetLightType()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDLight.h79 DeclareParameter(uint32, FUParameterQualifiers::SIMPLE, lightType, FC("Light Type")); // LightType
152 LightType GetLightType() const { return (LightType) *lightType; } in GetLightType()
156 void SetLightType(LightType type) { lightType = type; SetDirtyFlag(); } in SetLightType()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/bin/lexers/oms/
H A Dcalltips53 <once | once_per_light> [lightType]
54 <number> [<per_light> [lightType]]
55 <number> [<per_n_lights> <num_lights> [lightType]]
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/entity/
H A Dentity.cpp356 LightType lightType = LIGHTTYPE_DEFAULT; in Entity_Construct() local
359 lightType = LIGHTTYPE_RTCW; in Entity_Construct()
363 lightType = LIGHTTYPE_DOOM3; in Entity_Construct()
365 Light_Construct(lightType); in Entity_Construct()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DLightFX.h63 …Light(const EntityBase& entity, const uint8_t id, const CoordsXYZ& loc, const LightType lightType);
66 …nst CoordsXY& mapPosition, int16_t offsetX, int16_t offsetY, int16_t offsetZ, LightType lightType);
/dports/games/netradiant/netradiant-20150621-src/plugins/entity/
H A Dentity.cpp339 LightType lightType = LIGHTTYPE_DEFAULT; in Entity_Construct() local
341 lightType = LIGHTTYPE_RTCW; in Entity_Construct()
344 lightType = LIGHTTYPE_DOOM3; in Entity_Construct()
346 Light_Construct( lightType ); in Entity_Construct()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWLight.h105 void setLightType(LightType lightType) { mLightType = lightType; } in setLightType() argument
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgAndroidExampleGLES1/src/osg/AndroidExample/
H A DosgViewer.java34 enum lightType { ON , OFF } enum in osgViewer
38 lightType lightMode = lightType.ON;
297 if(lightMode==lightType.ON){
299 lightMode=lightType.OFF;
305 lightMode=lightType.ON;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgAndroidExampleGLES2/src/osg/AndroidExample/
H A DosgViewer.java34 enum lightType { ON , OFF } enum in osgViewer
38 lightType lightMode = lightType.ON;
297 if(lightMode==lightType.ON){
299 lightMode=lightType.OFF;
305 lightMode=lightType.ON;

12345678