Class MoMeshRepresentation

    • Field Detail

      • colorScalarSetId

        public SoSFInt32 colorScalarSetId
        Field representing the scalar set node to be used to map colors onto the representation. During traversal of the scene graph, scalar set nodes are accumulated in a list of scalar sets. colorScalarSetId is an index into this list. The default value is 0 which means that the first scalar set stored in the scene graph is used. Setting this value to -1 disables color mapping.
    • Method Detail

      • setExtractorCallback

        public void setExtractorCallback​(MiExtractorCallback extractorCallback)
        Set the extraction callback which will be called each time an extraction is performed.
        Parameters:
        extractorCallback - the extraction callback