Home
last modified time | relevance | path

Searched refs:NORMALS (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkPolygonsPainter.cxx253 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
301 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
310 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
319 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
332 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
360 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
370 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
380 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
386 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
395 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
[all …]
H A DvtkTStripsPainter.cxx92 device->SendAttribute(vtkPointData::NORMALS, 3,\
100 device->SendAttribute(vtkPointData::NORMALS, 3,\
175 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
226 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
235 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
244 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
303 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
315 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
H A DvtkLinesPainter.cxx147 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
171 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
181 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
199 device->SendAttribute(vtkPointData::NORMALS, 3, in RenderPrimitive()
H A DvtkPointsPainter.cxx123 device->SendAttribute(vtkPointData::NORMALS, 3, ntype, in RenderPrimitive()
146 device->SendAttribute(vtkPointData::NORMALS, 3, ntype, in RenderPrimitive()
156 device->SendAttribute(vtkPointData::NORMALS, 3, ntype, in RenderPrimitive()
H A DvtkOpenGLPainterDeviceAdapter.cxx260 case vtkDataSetAttributes::NORMALS: in IsAttributesSupported()
344 case vtkDataSetAttributes::NORMALS: // Normal in SendAttribute()
677 case vtkDataSetAttributes::NORMALS: // Normal in SetAttributePointer()
773 case vtkDataSetAttributes::NORMALS: in EnableAttributeArray()
793 case vtkDataSetAttributes::NORMALS: in DisableAttributeArray()
/dports/devel/p5-Term-ScreenColor/Term-ScreenColor-1.20/t/
H A D02-color-wrappers.t23 my %NORMALS = (
134 ok($NORMALS{$scr->normal2esc()},
140 ok($NORMALS{$scr->color2esc('normal on green')},
144 ok($NORMALS{$1},'apply ansi/termcap combination: normal on green (colorizable=no)');
166 ok($NORMALS{$scr->normal2esc()},
H A D03-color-writers.t20 my %NORMALS = (
540 ok($NORMALS{$seq}, "direct simple termcap: normal() (colorizable=no)");
544 ok($NORMALS{$seq}, "fetch termcap/ansi combination: normal on green (colorizable=no)");
547 ok($NORMALS{"$1\n"},
550 ok($NORMALS{$seq}, "direct simple termcap: normal() (colorizable=yes)");
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGeometryDecompressorShape3D.java201 if (bundlingNorm) vertexFormat |= GeometryArray.NORMALS ; in outputVertexFormat()
258 if ((vlist.vertexFormat & GeometryArray.NORMALS) == 0) { in outputNormal()
265 (vlist.vertexFormat|GeometryArray.NORMALS, FRONTFACE_CCW) ; in outputNormal()
290 if ((vlist.vertexFormat & GeometryArray.NORMALS) == 0) in addShape3D()
474 if ((vlist.vertexFormat & GeometryArray.NORMALS) != 0) in printStats()
H A DGeometryDecompressorRetained.java210 if (bundlingNorm) vertexFormat |= GeometryArray.NORMALS ; in outputVertexFormat()
286 if ((vlist.vertexFormat & GeometryArray.NORMALS) == 0) { in outputNormal()
291 vlist.setVertexFormat(vlist.vertexFormat | GeometryArray.NORMALS) ; in outputNormal()
388 if ((vlist.vertexFormat & GeometryArray.NORMALS) != 0) in printStats()
H A DIndexedGeometryArrayRetained.java167 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in doErrorCheck()
324 if ((vertexFormat & GeometryArray.NORMALS) == 0) in doNormalCheck()
508 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in setCoordinateIndex()
634 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in setCoordinateIndices()
701 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in setCoordIndicesRef()
766 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in doPostUpdaterUpdate()
1280 (((vertexFormat & GeometryArray.NORMALS) != 0) && in execute()
1424 (((vertexFormat & GeometryArray.NORMALS) != 0) && in execute()
1757 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in setValidIndexCount()
1848 if ((vertexFormat & GeometryArray.NORMALS) != 0) { in setInitialIndexIndex()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DGeometryDecompressorShape3D.java228 vertexFormat |= GeometryArray.NORMALS ; in outputVertexFormat()
292 if ((vlist.vertexFormat & GeometryArray.NORMALS) == 0) { in outputNormal()
299 (vlist.vertexFormat|GeometryArray.NORMALS, FRONTFACE_CCW) ; in outputNormal()
324 if ((vlist.vertexFormat & GeometryArray.NORMALS) == 0) in addShape3D()
508 if ((vlist.vertexFormat & GeometryArray.NORMALS) != 0) in printStats()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/
H A Dcheck_library.py17 NORMALS = frozenset(['metadata.opf', 'cover.jpg']) variable
192 unknowns = frozenset(filenames-formats-NORMALS)
209 extra = formats - book_formats - NORMALS
224 unknowns = frozenset(filenames_lc-formats_lc-NORMALS)
243 extra = formats_lc - book_formats_lc - NORMALS
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DGeomBuffer.java292 tsaFlags |= TriangleStripArray.NORMALS; in processQuadStrips()
345 QuadArray.NORMALS | in processQuads()
362 QuadArray.NORMALS); in processQuads()
419 TriangleArray.NORMALS | in processTriangles()
436 TriangleArray.NORMALS); in processTriangles()
490 tfFlags |= TriangleFanArray.NORMALS; in processTriangleFan()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DTransformAttributeFunctor.cpp38 else if (type == osg::Drawable::NORMALS) in apply()
60 else if (type == osg::Drawable::NORMALS) in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DTransformAttributeFunctor.cpp38 else if (type == osg::Drawable::NORMALS) in apply()
60 else if (type == osg::Drawable::NORMALS) in apply()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkLightingMapPass.cxx93 case NORMALS: in RenderOpaqueGeometry()
114 case NORMALS: in RenderOpaqueGeometry()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkLightingMapPass.cxx94 case NORMALS: in RenderOpaqueGeometry()
116 case NORMALS: in RenderOpaqueGeometry()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/
H A DvertexData.cpp110 if (fields & NORMALS) in readVertices()
141 if( fields & NORMALS ) in readVertices()
182 if (fields & NORMALS) in readVertices()
370 fields |= NORMALS; in readPlyFile()
389 fields &= ~(XYZ | NORMALS); in readPlyFile()
400 if( fields & NORMALS ) in readPlyFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/
H A DvertexData.cpp109 if (fields & NORMALS) in readVertices()
140 if( fields & NORMALS ) in readVertices()
181 if (fields & NORMALS) in readVertices()
395 fields |= NORMALS; in readPlyFile()
414 fields &= ~(XYZ | NORMALS); in readPlyFile()
425 if( fields & NORMALS ) in readPlyFile()
/dports/math/cgal/CGAL-5.3/include/CGAL/Three/
H A DScene_item_rendering_helper.h61 NORMALS = 0x4, //!< Invalidate the normal of each vertex. enumerator
63 ALL = GEOMETRY|COLORS|NORMALS|NOT_INSTANCED //!< Invalidate everything
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/include/mirtk/
H A DVtk.h94 else if (name == "normals") type = vtkDataSetAttributes::NORMALS; in FromString()
115 case vtkDataSetAttributes::NORMALS: str = "normals"; break; in ToString()
/dports/math/mfem/mfem-4.3/fem/
H A Dquadinterpolator_face.cpp150 || (eval_flags & NORMALS)) in Eval2D()
164 ((eval_flags & NORMALS) in Eval2D()
172 if (eval_flags & NORMALS) in Eval2D()
275 || (eval_flags & NORMALS)) in Eval3D()
325 if (VDIM == 3 && ((eval_flags & NORMALS) || in Eval3D()
342 if (eval_flags & NORMALS) in Eval3D()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/scenegraph/io/state/javax/media/j3d/
H A DIndexedGeometryArrayState.java82 if ( ((vertexFormat & GeometryArray.NORMALS)!=0) && !coordOnly) { in writeObject()
120 if ( ((vertexFormat & GeometryArray.NORMALS)!=0) && !coordOnly ) { in readObject()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/
H A Dtum_rabbit.vtk55346 NORMALS Normals float
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/data/data/unstructured/
H A Dsimple_poly_ascii.vtk14 NORMALS cell_normals float

1234567