Uses of Class
xj3d.filter.AbstractFilter
Packages that use AbstractFilter
-
Uses of AbstractFilter in xj3d.filter
Subclasses of AbstractFilter in xj3d.filterModifier and TypeClassDescriptionclassSearch for Shape nodes which do not specify an Appearance node and add a default appearance or material to those nodes.classBase of all filters that can be implemented in the filter chain.classFinds duplicate url references in ImageTextures and DEF/USE them This version is 1 pass, so it must DEF all ImageTextures in the scene.classA filter which generates deliberate exceptionsclassA filter which leaves the stream untouched.classConverts a IndexedTriangleSet, IndexedTriangleFanSet, or IndexedTriangleStripSet to a IndexedFaceSet.classConverts a IndexedFaceSet to a TriangleSet.classSearch for Appearance nodes which do not specify a Material node, and add material Material { diffuseColor ... } to those nodes.classMinimize a files profile and component declaration to the minimal declaration.classA filter which changes the position and orientation of a viewpoint.classBase of all filters that can be implemented in the filter chain.classShorten's DEF names.classMarker for a filter which requires two passes. -
Uses of AbstractFilter in xj3d.filter.filters
Subclasses of AbstractFilter in xj3d.filter.filtersModifier and TypeClassDescriptionclassPerforms an Absolute scale on the coordinates during the filter.classReplaces all appearances with the specified one.classProcesses each geometry item and centers it in it's local coordinate system based on the bounds of the coordinates.classDownsamples a ColorRGBA node to Color node, by stripping the alpha component.classFilter for combining multiple Shapes into a single Shape node per unique Appearance.classA filter which combines several files together.classFilter for combining multiple Shapes into a single Shape node.classFilter for combing transform hierarchies.classA debug filter that prints out everything that passes through it and then passes the information onwards to the next in the chain.classSearch for nodes matching a DEF name table.classSearch for nodes matching a DEF name table.classExplodes the shapes in a file to create a cad-like exploded view.classWrite PixelTextures to a file.classFilter for removing children not part of a selectable node such as Switch or LOD.classFilter for removing texture transforms.classFilter for removing transform hierarchies.classGenerates normals if none are specified.classProcesses the world and calculates the global bounds of the entire world.classConverts a IndexedFaceSet to an IndexedTriangleSet if it can.classFilter for creating indexed versions of non-indexed geometry.classTakes an IndexedTriangleSet and a creaseAngle parameter and outputs a geometry that accounts for the creaseAngle.classStrips out all URL fields that are not local.classSearch for the first nodes matching a node name.classCounts the number of nodes in a file.classFilter for reducing IndexedTriangleSet, IndexedTriangleStripSet, IndexedTriangleFanSet and IndexLineSet nodes to their most compact form.classRemoves a node from a stream.classRemove normals from a file.classRemove any DEF names not used in this file.classA debug filter for debugging filter exceptions.classSearch for Appearance nodes and add or replace the Texture Transform with the specified params.classTransformFilter places up to n transforms around an object.classCounts the number of triangles in a world.classGeneric triangulation filter that converts any geometry type it comes across to an indexed triangle form.classFix files that contain url references that are the wrong case.classFully qualify all relative urls in a file.classFor the specified nodes, compare like nodes for equivalence.classFor indexed type geometry nodes, check that the values contained in the Coordinate, Normal, Color and TextureCoordinate nodes are valid for the index for those values.classTakes the contents of the entire file and offsets it by the given argument amount by placing a TransformGroup at the root of the scene graph that encapsulates the entire world. -
Uses of AbstractFilter in xj3d.filter.filters.manifold
Subclasses of AbstractFilter in xj3d.filter.filters.manifoldModifier and TypeClassDescriptionclassCheck that each geometry consists of a manifold (watertight) mesh. -
Uses of AbstractFilter in xj3d.filter.node
Subclasses of AbstractFilter in xj3d.filter.nodeModifier and TypeClassDescriptionclassA base filter that encodes nodes.classA base filter that encodes nodes.classA base filter that encodes nodes.classAn X3D exporter that makes a memory graph of the output.