| Home >> All >> com >> trapezium >> chisel >> [ cleaners Javadoc ] |
com.trapezium.chisel.cleaners: Javadoc index of package com.trapezium.chisel.cleaners.
Package Samples:
com.trapezium.chisel.cleaners
Classes:
KeyValueRemover: The KeyValueRemover removes keys and corresponding keyValues if the following conditions are encountered: 1. a key of the form: ... a a a .... ^ this middle value (one or more) and corresponding keyValue entries are removed. 2. a keyValue of the form ... a a a .... ^ this middle keyValue (one or more) and corresponding key entries are removed.
IFS_DupCoordDetector: Detects and removes unnecessarily duplicated values in a coord, texCoord, color, or normal node. These are not removed if the Coordinate/TextureCoordinate/Color/ Normal node are DEFfed and USEd by a ROUTE. This is based on the assumption that the ROUTE changes the values, therefore editting these affects the corresponding "index" field, which exists for ROUTEd values and not for the pre-existing values.
IFS_ColorToDiffuseColor: This Chisel takes any single colored IFS within a Shape, and modifies it so that the color is indicated by the "diffuseColor" field of the material node of the appearance. The single color is detected if the IFS colorPerVertex is false, and the color node contains only one color, or if the colorIndex contains only one index value.
NodeRemover: This removes useless nodes: Interpolators with zero or one key, IS assignments are unaffected Any ROUTEs related to the removed nodes are also removed. If a DEF node field in a removed segment is USEd, then the first USE is converted into a DEF.
ROUTEMover: The ROUTEMover moves bad routes to the end of the file. Some VRML generators include ROUTE statements within children nodes, this chisel is meant to correct that problem.
IFS_NoFaceRemover: This removes IndexedFaceSets that have no faces, unless the IFS has a DEF that is used.
IFS_DupIndexRemover: Removes duplicate values in the coordIndex
IFS_BadFaceRemover: Remove any faces with less than 3 sides.
DuplicateFieldRemover
CoordRemoveData
DEFremover
DefaultFieldValueRemover
IFS_CoordRemover
InterpolatorMinimizer
UnusedPROTOInterfaceRemover
| Home | Contact Us | Privacy Policy | Terms of Service |