Uses of Class
xj3d.filter.BaseFilter
Packages that use BaseFilter
-
Uses of BaseFilter in xj3d.filter
Subclasses of BaseFilter in xj3d.filterModifier and TypeClassDescriptionclass
Search for Shape nodes which do not specify an Appearance node and add a default appearance or material to those nodes.class
A filter which leaves the stream untouched. -
Uses of BaseFilter in xj3d.filter.filters
Subclasses of BaseFilter in xj3d.filter.filtersModifier and TypeClassDescriptionclass
Performs an Absolute scale on the coordinates during the filter.class
Processes each geometry item and centers it in it's local coordinate system based on the bounds of the coordinates.class
Downsamples a ColorRGBA node to Color node, by stripping the alpha component.class
Filter for combining multiple Shapes into a single Shape node.class
Filter for combing transform hierarchies.class
A debug filter that prints out everything that passes through it and then passes the information onwards to the next in the chain.class
Write PixelTextures to a file.class
Filter for removing children not part of a selectable node such as Switch or LOD.class
Filter for removing texture transforms.class
Filter for removing transform hierarchies.class
Generates normals if none are specified.class
Processes the world and calculates the global bounds of the entire world.class
Converts a IndexedFaceSet to an IndexedTriangleSet if it can.class
Filter for creating indexed versions of non-indexed geometry.class
Strips out all URL fields that are not local.class
Filter for reducing IndexedTriangleSet, IndexedTriangleStripSet, IndexedTriangleFanSet and IndexLineSet nodes to their most compact form.class
Remove any DEF names not used in this file.class
Counts the number of triangles in a world.class
Generic triangulation filter that converts any geometry type it comes across to an indexed triangle form.class
For the specified nodes, compare like nodes for equivalence.class
For 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.class
Takes 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 BaseFilter in xj3d.filter.filters.manifold
Subclasses of BaseFilter in xj3d.filter.filters.manifoldModifier and TypeClassDescriptionclass
Check that each geometry consists of a manifold (watertight) mesh. -
Uses of BaseFilter in xj3d.filter.node
Subclasses of BaseFilter in xj3d.filter.nodeModifier and TypeClassDescriptionclass
A base filter that encodes nodes.class
A base filter that encodes nodes.class
An X3D exporter that makes a memory graph of the output.