Home
last modified time | relevance | path

Searched refs:setParam (Results 1 – 25 of 1944) sorted by relevance

12345678910>>...78

/dports/graphics/ospray/ospray-2.8.0/apps/ospTestSuite/
H A Dtest_light.cpp28 renderer.setParam("shadows", true); in SetUp()
75 ambient.setParam("intensity", 0.5f); in SetUp()
79 renderer.setParam("aoSamples", 1); in SetUp()
191 light2d.setParam( in SetUp()
222 light.setParam( in SetUp()
247 light.setParam( in SetUp()
249 light.setParam( in SetUp()
251 light.setParam("radius", size); in SetUp()
274 light.setParam("radius", radius); in SetUp()
328 sphere.setParam("radius", 1.f); in SetUp()
[all …]
H A Dtest_volumetric.cpp88 sphere.setParam("radius", 0.51f); in SetUp()
100 mat.setParam("map_kd", tex); in SetUp()
110 materials[2].setParam( in SetUp()
130 instance.setParam( in SetUp()
137 ambient.setParam("intensity", 0.5f); in SetUp()
177 tex.setParam("volume", volume); in SetUp()
185 sphere.setParam("radius", 0.51f); in SetUp()
197 mat.setParam("map_kd", tex); in SetUp()
207 materials[2].setParam( in SetUp()
227 instance.setParam( in SetUp()
[all …]
H A Dtest_motionblur.cpp41 camera.setParam("stereoMode", stereoMode); in SetUp()
47 boxGeometry.setParam( in SetUp()
54 material.setParam("ks", vec3f(0.2f)); in SetUp()
55 material.setParam("ns", 99.f); in SetUp()
57 model.setParam("material", material); in SetUp()
86 sphereGeometry.setParam( in SetUp()
167 distant.setParam("intensity", 3.0f); in SetUp()
174 ambient.setParam("visible", false); in SetUp()
175 ambient.setParam("intensity", 0.1f); in SetUp()
225 camera.setParam("position", pos); in SetUp()
[all …]
H A Dtest_geometry.cpp26 camera.setParam( in SetUp()
30 camera.setParam("fovy", fov); in SetUp()
32 renderer.setParam("pixelSamples", 16); in SetUp()
35 renderer.setParam("shadows", true); in SetUp()
36 renderer.setParam("aoSamples", 16); in SetUp()
38 renderer.setParam("aoSamples", 16); in SetUp()
39 renderer.setParam("aoIntensity", 1.f); in SetUp()
41 renderer.setParam("maxPathLength", 2); in SetUp()
67 sphereMaterial.setParam("d", 1.0f); in SetUp()
82 distant.setParam("intensity", 3.0f); in SetUp()
[all …]
H A Dtest_appearance.cpp114 tex.setParam("format", fmt); in SetUp()
115 tex.setParam("filter", filter); in SetUp()
120 tex.setParam("data", data); in SetUp()
124 mat.setParam("kd", vec3f(0.8)); in SetUp()
156 light1.setParam("intensity", 3.f); in SetUp()
234 mat.setParam("map_kd", tex); in SetUp()
257 ambient.setParam("intensity", 0.5f); in SetUp()
285 mat.setParam("kd", Kd); in SetUp()
287 mat.setParam("ks", Ks); in SetUp()
406 light.setParam("turbidity", 8.0f); in SetUp()
[all …]
H A Dtest_fixture.cpp64 group.setParam("geometry", cpp::CopiedData(model)); in AddModel()
68 instance.setParam("transform", xfm); in AddModel()
78 group.setParam("volume", cpp::CopiedData(model)); in AddModel()
82 instance.setParam("transform", xfm); in AddModel()
124 camera.setParam("position", vec3f(0.f)); in CreateEmptyScene()
126 camera.setParam("up", vec3f(0.f, 1.f, 0.f)); in CreateEmptyScene()
131 renderer.setParam("aoSamples", 0); in CreateEmptyScene()
134 renderer.setParam("shadows", true); in CreateEmptyScene()
135 renderer.setParam("aoSamples", 16); in CreateEmptyScene()
186 camera.setParam("up", arcballCamera.upDir()); in SetUp()
[all …]
/dports/graphics/ospray/ospray-2.8.0/apps/common/ospray_testing/builders/
H A DInstancing.cpp57 objMaterial.setParam("kd", kd); in makeGeometricModel()
100 vModel.setParam("densityScale", .5f); in makeVolumetricModel()
131 light.setParam("intensity", 2.0f); in buildGroupA()
153 light.setParam("openingAngle", 180.f); in buildGroupB()
154 light.setParam("penumbraAngle", 0.f); in buildGroupB()
155 light.setParam("radius", 0.3f); in buildGroupB()
156 light.setParam("intensity", 2.0f); in buildGroupB()
172 group.setParam( in buildGroupC()
177 light.setParam("radius", .25f); in buildGroupC()
178 light.setParam("intensity", 2.0f); in buildGroupC()
[all …]
H A DTransparency.cpp80 materials[i].setParam("kd", colors[i]); in buildGroup()
82 materials[i].setParam("tf", transmissions[i]); in buildGroup()
95 volume.setParam("gridSpacing", vec3f(.1f)); in buildGroup()
124 vModel.setParam("densityScale", 10.f); in buildGroup()
125 vModel.setParam("gradientShadingScale", 1.f); in buildGroup()
131 group.setParam("geometry", cpp::CopiedData(gModel)); in buildGroup()
132 group.setParam("volume", cpp::CopiedData(vModel)); in buildGroup()
145 light.setParam("intensity", 3.14f); in buildWorld()
149 ambient.setParam("intensity", 0.5f); in buildWorld()
150 ambient.setParam("visible", false); in buildWorld()
[all …]
H A DClippingGeometries.cpp69 material.setParam("kd", vec3f(.1f, .4f, .8f)); in buildGroup()
71 model.setParam("material", material); in buildGroup()
99 geometry.setParam("basis", OSP_BSPLINE); in buildWorld()
102 geometry.setParam("vertex.position", in buildWorld()
104 geometry.setParam("radius", 0.2f); in buildWorld()
105 geometry.setParam("basis", OSP_LINEAR); in buildWorld()
110 geometry.setParam("type", OSP_ROUND); in buildWorld()
173 geometry.setParam("level", 10.f); in buildWorld()
211 geometry.setParam("radius", 1.f); in buildWorld()
222 model.setParam("invertNormals", true); in buildWorld()
[all …]
H A DCurves.cpp55 geom.setParam("type", OSP_ROUND); in buildGroup()
56 geom.setParam("basis", OSP_LINEAR); in buildGroup()
60 geom.setParam("basis", OSP_HERMITE); in buildGroup()
68 geom.setParam("basis", OSP_CATMULL_ROM); in buildGroup()
70 geom.setParam("type", OSP_DISJOINT); in buildGroup()
73 geom.setParam("radius", 0.1f); in buildGroup()
74 geom.setParam("vertex.position", in buildGroup()
77 geom.setParam("basis", OSP_BSPLINE); in buildGroup()
89 geom.setParam("index", cpp::CopiedData(indices)); in buildGroup()
99 model.setParam("material", glassMaterial); in buildGroup()
[all …]
H A DPerlinNoiseVolumes.cpp97 volume.setParam("gridSpacing", vec3f(spacing)); in createProceduralVolumetricModel()
101 tfn.setParam("valueRange", voxelRange.toVec2()); in createProceduralVolumetricModel()
102 tfn.setParam("color", cpp::CopiedData(colors)); in createProceduralVolumetricModel()
108 volumeModel.setParam("anisotropy", anisotropy); in createProceduralVolumetricModel()
109 volumeModel.setParam("transferFunction", tfn); in createProceduralVolumetricModel()
124 objMaterial.setParam("kd", kd); in createGeometricModel()
242 sphereGeometry.setParam("radius", 1.2f); in buildWorld()
300 quadLight.setParam("intensity", 50.0f); in buildWorld()
305 ambientLight.setParam("intensity", 0.4f); in buildWorld()
306 ambientLight.setParam("color", vec3f(1.f)); in buildWorld()
[all …]
H A DSubdivisionCube.cpp102 geometry.setParam("vertex.position", cpp::CopiedData(vertices)); in buildGroup()
103 geometry.setParam("vertex.color", cpp::CopiedData(colors)); in buildGroup()
104 geometry.setParam("face", cpp::CopiedData(faces)); in buildGroup()
105 geometry.setParam("index", cpp::CopiedData(indices)); in buildGroup()
106 geometry.setParam("vertexCrease.index", cpp::CopiedData(vertexCreaseIndices)); in buildGroup()
108 geometry.setParam("edgeCrease.index", cpp::CopiedData(edgeCreaseIndices)); in buildGroup()
109 geometry.setParam("edgeCrease.weight", cpp::CopiedData(edgeCreaseWeights)); in buildGroup()
110 geometry.setParam("level", level); in buildGroup()
111 geometry.setParam("mode", OSP_SUBDIVISION_PIN_CORNERS); in buildGroup()
121 model.setParam("material", material); in buildGroup()
[all …]
H A DGravitySpheresVolume.cpp98 group.setParam("volume", cpp::CopiedData(model)); in buildGroup()
108 isoGeom.setParam("volume", volume); in buildGroup()
116 mat.setParam("kd", vec3f(1.f)); in buildGroup()
117 mat.setParam("d", 0.5f); in buildGroup()
119 mat.setParam("ks", vec3f(0.2f)); in buildGroup()
127 isoModel.setParam("material", mat); in buildGroup()
132 group.setParam("geometry", cpp::CopiedData(isoModel)); in buildGroup()
150 planeGeometry.setParam( in buildWorld()
164 sphereGeometry.setParam("radius", .5f); in buildWorld()
252 volume.setParam("gridOrigin", vec3f(-1.f)); in createStructuredVolume()
[all …]
H A DVdbVolume.cpp95 volume.setParam("node.level", cpp::CopiedData(level)); in buildGroup()
97 volume.setParam("node.data", cpp::CopiedData(data)); in buildGroup()
102 model.setParam("densityScale", densityScale); in buildGroup()
103 model.setParam("anisotropy", anisotropy); in buildGroup()
107 group.setParam("volume", cpp::CopiedData(model)); in buildGroup()
120 instance.setParam("transform", xform); in buildWorld()
131 quadLight.setParam("edge1", vec3f(0.f, 0.0f, -8.0f)); in buildWorld()
132 quadLight.setParam("edge2", vec3f(2.f, 1.0f, 0.0f)); in buildWorld()
133 quadLight.setParam("intensity", 5.0f); in buildWorld()
134 quadLight.setParam("color", vec3f(2.8f, 2.2f, 1.9f)); in buildWorld()
[all …]
H A DCornellBox.cpp232 quadMesh.setParam("vertex.position", cpp::CopiedData(vertices)); in buildGroup()
233 quadMesh.setParam("vertex.color", cpp::CopiedData(colors)); in buildGroup()
234 quadMesh.setParam("index", cpp::CopiedData(indices)); in buildGroup()
244 model.setParam("material", quadMeshMaterial); in buildGroup()
252 group.setParam("geometry", cpp::CopiedData(model)); in buildGroup()
264 light.setParam("color", vec3f(0.78f, 0.551f, 0.183f)); in buildWorld()
265 light.setParam("intensity", 47.f); in buildWorld()
266 light.setParam("position", vec3f(-0.23f, 0.98f, -0.16f)); in buildWorld()
267 light.setParam("edge1", vec3f(0.47f, 0.0f, 0.0f)); in buildWorld()
268 light.setParam("edge2", vec3f(0.0f, 0.0f, 0.38f)); in buildWorld()
[all …]
H A DUnstructuredVolumeGen.cpp301 volume.setParam("hexIterative", true); in buildGroup()
311 isoGeom.setParam("volume", volume); in buildGroup()
319 mat.setParam("kd", vec3f(0.8f)); in buildGroup()
321 mat.setParam("ks", vec3f(0.2f)); in buildGroup()
324 isoModel.setParam("material", mat); in buildGroup()
332 model.setParam("transferFunction", in buildGroup()
356 instance.setParam("transform", xform); in buildWorld()
365 light.setParam("intensity", 3.14f); in buildWorld()
366 light.setParam("angularDiameter", 1.f); in buildWorld()
369 ambient.setParam("intensity", 0.35f); in buildWorld()
[all …]
H A DParticleVolume.cpp156 model.setParam( in buildGroup()
163 group.setParam("volume", cpp::CopiedData(model)); in buildGroup()
173 isoGeom.setParam("volume", volume); in buildGroup()
181 mat.setParam("kd", vec3f(1.f)); in buildGroup()
182 mat.setParam("d", 0.5f); in buildGroup()
184 mat.setParam("ks", vec3f(0.2f)); in buildGroup()
190 isoModel.setParam("color", cpp::CopiedData(colors)); in buildGroup()
192 isoModel.setParam("material", mat); in buildGroup()
197 group.setParam("geometry", cpp::CopiedData(isoModel)); in buildGroup()
215 planeGeometry.setParam( in buildWorld()
[all …]
H A DBoxes.cpp62 boxGeometry.setParam("box", cpp::CopiedData(boxes)); in buildGroup()
67 model.setParam("color", cpp::CopiedData(color)); in buildGroup()
73 material.setParam("ks", vec3f(0.3f)); in buildGroup()
74 material.setParam("ns", 10.f); in buildGroup()
77 model.setParam("material", material); in buildGroup()
84 group.setParam("geometry", cpp::CopiedData(model)); in buildGroup()
96 light.setParam("color", vec3f(0.78f, 0.551f, 0.483f)); in buildWorld()
97 light.setParam("intensity", 3.14f); in buildWorld()
101 ambient.setParam("intensity", 0.35f); in buildWorld()
102 ambient.setParam("visible", false); in buildWorld()
[all …]
/dports/graphics/ospray/ospray-2.8.0/apps/ospExamples/
H A DGLFWOSPRayWindow.cpp214 backplateTex.setParam(
286 camera.setParam("stereoMode", cameraStereoMode);
300 camera.setParam("transform", xfm);
301 camera.setParam("shutter", range1f(0.5f));
448 camera.setParam("transform", lastXfm);
603 rendererPT.setParam("pixelSamples", spp);
604 rendererSV.setParam("pixelSamples", spp);
605 rendererAO.setParam("pixelSamples", spp);
606 rendererDBG.setParam("pixelSamples", spp);
698 light.setParam("visible", false);
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-gdgraph.php30 $graph->setParam('grid-independant-location', 'horizontal');
32 $graph->setParam('grid-independant-location', 'vertical');
33 $graph->setParam('grid-horizontal-position', 'top');
35 $graph->setParam('grid-independant-major-font', 'Normal-Text');
36 $graph->setParam('grid-independant-major-guide', false);
45 $graph->setParam('grid-independant-location', 'vertical');
46 $graph->setParam('grid-independant-major-font', 'Normal-Text');
47 $graph->setParam('grid-independant-major-guide', false);
56 $graph->setParam('grid-independant-location', 'vertical');
57 $graph->setParam('grid-independant-major-font', 'Normal-Text');
[all …]
/dports/www/e107/e107/e107_plugins/featurebox/
H A De_shortcode.php221 ->setParam('total', $total)
228 ->setParam('counter', $index)
229 ->setParam('total', $total)
329 $category->setParam('cols', $cols)
331 ->setParam('limit', $limit)
332 ->setParam('from', $from);
341 $category->setParam('total', $total);
397 ->setParam('cols', $cols)
401 ->setParam('total', $total)
411 ->setParam('cols', $cols)
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiTabular.cpp419 setParam(param_str, multi_num); in setHAlign()
421 setParam(param_str, num); in setHAlign()
455 setParam(param_str, multi_num); in setVAlign()
457 setParam(param_str, num); in setVAlign()
513 setParam(param_str, Tabular::SET_BOOKTABS); in dialogToParams()
567 setParam(param_str, Tabular::SET_ALL_LINES); in dialogToParams()
573 setParam(param_str, Tabular::SET_LINE_LEFT, in dialogToParams()
579 setParam(param_str, Tabular::SET_LINE_TOP, in dialogToParams()
609 setParam(param_str, Tabular::SET_MULTIROW); in dialogToParams()
631 setParam(param_str, Tabular::SET_LTNEWPAGE); in dialogToParams()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DConfiguration.h170 virtual bool setParam();
193 virtual bool setParam(const char* value);
194 virtual bool setParam();
207 virtual bool setParam(const char* value);
208 virtual bool setParam();
209 virtual void setParam(bool b);
224 using VoidParameter::setParam;
225 virtual bool setParam(const char* value);
226 virtual bool setParam(int v);
243 virtual bool setParam(const char* value);
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DConfiguration.h170 virtual bool setParam();
193 virtual bool setParam(const char* value);
194 virtual bool setParam();
207 virtual bool setParam(const char* value);
208 virtual bool setParam();
209 virtual void setParam(bool b);
224 using VoidParameter::setParam;
225 virtual bool setParam(const char* value);
226 virtual bool setParam(int v);
243 virtual bool setParam(const char* value);
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/FileGallery/
H A DFile.php65 $this->setParam('name', tr("New File"));
92 $me->setParam('filename', $filename);
114 $this->setParam($key, $val);
123 $this->setParam($key, $val);
131 function setParam($param = "", $value) function in Tiki\\FileGallery\\File
193 $this->setParam('filetype', $type);
196 $this->setParam('name', $name);
199 $this->setParam('filename', $filename);
231 $this->setParam('lastModifUser', $user);
274 $this->setParam('data', '');
[all …]

12345678910>>...78