public class PsJvzConfig extends PsObject
Modifier and Type | Field and Description |
---|---|
static boolean |
bSHOW_TIMINGS
Flag to show timings in the console.
|
static int |
RESOLUTION_AUTOMATIC
Automatic choice of compression accuracy, based on number of vertices.
|
static int |
RESOLUTION_DOUBLE
Double resolution for encoding of PdVector arrays (52 bits mantissa).
|
static int |
RESOLUTION_FLOAT
Use same resolution as floats for quantization of PdVector arrays (24 bits mantissa).
|
static int |
RESOLUTION_HIGH
High resolution for encoding of PdVector arrays (16 bits mantissa).
|
static int |
RESOLUTION_INVISIBLE
A resolution for encoding of PdVector arrays which leads to imperceptible errors (20 bits mantissa).
|
static int |
RESOLUTION_LOSSLESS
Resolution for encoding of PdVector arrays.
|
static int |
RESOLUTION_MEDIUM
Medium resolution for encoding of PdVector arrays (12 bits mantissa).
|
static int |
RESOLUTION_OVERKILL
Ultra high resolution for encoding of PdVector arrays (32 bits mantissa).
|
HAS_BOUNDARY_PANEL, HAS_CONFIG_PANEL, HAS_INFO_PANEL, HAS_LABEL_PANEL, HAS_MATERIAL_PANEL, HAS_TEXTURE_PANEL, HAS_VECTOR_PANEL, INSPECTOR_INFO, INSPECTOR_INFO_EXT, IS_DELETED, IS_FIXED, IS_FOCUSSED, IS_PICKED, IS_SELECTED, IS_USED, NUM_TAGS
Constructor and Description |
---|
PsJvzConfig()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static int |
getDoubleResolution()
Get Resolution for encoding double valued data.
|
static boolean |
getStoreElementBackColors()
get flag if element back colors will be stored.
|
static boolean |
getStoreElementColors()
get flag if element colors will be stored.
|
static boolean |
getStoreElementIndices()
get flag if element indices will be stored.
|
static boolean |
getStoreElementNormals()
get flag if element normals will be stored.
|
static boolean |
getStoreElementTextures()
get flag if element textures will be stored.
|
static boolean |
getStoreElementVF()
get flag if element vector fields will be stored.
|
static boolean |
getStoreLocalIndex()
Get flag if local indices should be stored.
|
static boolean |
getStoreVertexColors()
get flag if vertex colors will be stored.
|
static boolean |
getStoreVertexIndices()
get flag if vertex indices will be stored.
|
static boolean |
getStoreVertexNormals()
get flag if vertex normals will be stored.
|
static boolean |
getStoreVertexTextures()
get flag if vertex textures will be stored.
|
static boolean |
getStoreVertexVF()
get flag if vertex vector fields will be stored.
|
void |
init()
Initialization.
|
static void |
setDoubleResolution(int resolution)
Set Resolution for encoding double valued data.
|
static void |
setStoreElementBackColors(boolean b)
Set flag if element back colors will be stored.
|
static void |
setStoreElementColors(boolean b)
Set flag if element colors will be stored.
|
static void |
setStoreElementIndices(boolean b)
Set flag if element indices will be stored.
|
static void |
setStoreElementNormals(boolean b)
Set flag if element normals will be stored.
|
static void |
setStoreElementTextures(boolean b)
Set flag if element textures will be stored.
|
static void |
setStoreElementVF(boolean b)
Set flag if element vector fields will be stored.
|
static void |
setStoreLocalIndex(boolean b)
Set flag if local indices should be stored.
|
static void |
setStoreVertexColors(boolean b)
Set flag if vertex colors will be stored.
|
static void |
setStoreVertexIndices(boolean b)
Set flag if vertex indices will be stored.
|
static void |
setStoreVertexNormals(boolean b)
Set flag if vertex normals will be stored.
|
static void |
setStoreVertexTextures(boolean b)
Set flag if vertex textures will be stored.
|
static void |
setStoreVertexVF(boolean b)
Set flag if vertex vector fields will be stored.
|
addInspector, addUpdateListener, assureInspector, clearTag, clone, clone, clone, copy, getFather, getInfoPanel, getInspector, getName, getNumObjects, getSymbol, hasInspector, hasTag, hasUpdateListener, instanceOf, instanceOf, newInspector, newInspector, removeInspector, removeInspector, removeUpdateListener, setName, setParent, setSymbol, setTag, toString, update, updatePanels
public static final int RESOLUTION_AUTOMATIC
public static final int RESOLUTION_LOSSLESS
public static final int RESOLUTION_MEDIUM
public static final int RESOLUTION_HIGH
public static final int RESOLUTION_INVISIBLE
public static final int RESOLUTION_FLOAT
public static final int RESOLUTION_OVERKILL
public static final int RESOLUTION_DOUBLE
public static final boolean bSHOW_TIMINGS
public static void setDoubleResolution(int resolution)
public static int getDoubleResolution()
public static void setStoreVertexIndices(boolean b)
public static boolean getStoreVertexIndices()
public static void setStoreVertexColors(boolean b)
public static boolean getStoreVertexColors()
public static void setStoreVertexNormals(boolean b)
public static boolean getStoreVertexNormals()
public static void setStoreVertexTextures(boolean b)
public static boolean getStoreVertexTextures()
public static void setStoreVertexVF(boolean b)
public static boolean getStoreVertexVF()
public static void setStoreElementIndices(boolean b)
public static boolean getStoreElementIndices()
public static void setStoreLocalIndex(boolean b)
public static boolean getStoreLocalIndex()
public static void setStoreElementColors(boolean b)
public static boolean getStoreElementColors()
public static void setStoreElementBackColors(boolean b)
public static boolean getStoreElementBackColors()
public static void setStoreElementNormals(boolean b)
public static boolean getStoreElementNormals()
public static void setStoreElementTextures(boolean b)
public static boolean getStoreElementTextures()
public static void setStoreElementVF(boolean b)
public static boolean getStoreElementVF()
"