Package com.day.cq.dam.commons.util
Interface S73DConstants
-
- All Superinterfaces:
S7damConstants
public interface S73DConstants extends S7damConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
MODEL_MIME_TYPES
static java.lang.String
PN_S73D_NO_FACES
S73D property - No of Verticesstatic java.lang.String
PN_S73D_NO_NORMALS
S73D property - No of Verticesstatic java.lang.String
PN_S73D_NO_TEXTURE_COORDS
S73D property - No of Verticesstatic java.lang.String
PN_S73D_NO_VERTICES
S73D property - No of Verticesstatic java.lang.String
PN_S73D_NO_WEDGES
S73D property - No of Verticesstatic java.lang.String
S73D_FBX
Type that defines an AutoDesk fbx model.static java.lang.String
S73D_NO_OP
V3D Progress Node.static java.lang.String
S73D_OBJ
Type that defines a Wavefront obj model.static java.lang.String
S73D_OBJECT
static java.lang.String
S73D_PROGRESS
V3D Progress Node.static java.lang.String
S73D_SCENE
static java.lang.String
S73D_STAGE
static java.lang.String
S73D_V3D
Type that defines a native v3D model.static java.lang.String
SETTINGS_NODE
static java.lang.String[]
SUPPORTED_3D_FORMATS
-
Fields inherited from interface com.day.cq.dam.api.s7dam.constants.S7damConstants
ALLOW_DIRECT_ACCESS, BATCHSET_PRESETS, BKG_COLOR, DEFAULT_PIXELS, DEFAULT_THUMB_PIXELS, DOWNLOAD_SAMPLE_CHROMA, DYNAMIC_MEDIA_CONFIGURATION, EXPIRATION, FT_CQ_4283511, IMAGE, IMAGE_PRESETS, IMAGESERVER_CONFIGURATION, IMAGESERVER_ROOT, IMAGESERVER_SETTINGS, JPEG_QUALITY, LOCAL, MAX_PIXELS, NAME, PN_S7_ASSET_ID, PN_S7_DOMAIN, PN_S7_ECAT_IMAGEMAP, PN_S7_FILE, PN_S7_OPTIMIZED_PATH, PN_S7_PTIFF_PATH, PN_S7_PTIFF_RENDITION_NAME, PN_S7_TYPE, PN_SCENE7_FILE, PRESETS_ROOT, PREVIEW_ROOT, REMOTE, RES_MODE, RESOLUTION, S7_ASSET_METADATA_NODE, S7_CAROUSEL_SET, S7_IMAGE, S7_IMAGE_SET, S7_IS_MODIFIER, S7_MEDIA_SET, S7_MIXED_MEDIA_SET, S7_SPIN_SET, S7_SWATCH_SET, S7_VIDEO, S7_VIDEO_AVS, S7_VIDEO_SET, S7_VIEWER_PRESET, SETTINGS, SMART_CROP, THREE_D, USERDATA, VIDEO, VIDEO_DURATION, VIDEO_REPORT_SUITE, VIDEO_REPORT_SUITE_ID_PATH, VIDEO_REPORTS_ROOT, VIEWER_PRESETS
-
-
-
-
Field Detail
-
MODEL_MIME_TYPES
static final java.lang.String[] MODEL_MIME_TYPES
-
SUPPORTED_3D_FORMATS
static final java.lang.String[] SUPPORTED_3D_FORMATS
-
SETTINGS_NODE
static final java.lang.String SETTINGS_NODE
- See Also:
- Constant Field Values
-
S73D_PROGRESS
static final java.lang.String S73D_PROGRESS
V3D Progress Node.- See Also:
- Constant Field Values
-
S73D_NO_OP
static final java.lang.String S73D_NO_OP
V3D Progress Node.- See Also:
- Constant Field Values
-
S73D_V3D
static final java.lang.String S73D_V3D
Type that defines a native v3D model.- See Also:
- Constant Field Values
-
S73D_OBJECT
static final java.lang.String S73D_OBJECT
- See Also:
- Constant Field Values
-
S73D_SCENE
static final java.lang.String S73D_SCENE
- See Also:
- Constant Field Values
-
S73D_STAGE
static final java.lang.String S73D_STAGE
- See Also:
- Constant Field Values
-
S73D_FBX
static final java.lang.String S73D_FBX
Type that defines an AutoDesk fbx model.- See Also:
- Constant Field Values
-
S73D_OBJ
static final java.lang.String S73D_OBJ
Type that defines a Wavefront obj model.- See Also:
- Constant Field Values
-
PN_S73D_NO_VERTICES
static final java.lang.String PN_S73D_NO_VERTICES
S73D property - No of Vertices- See Also:
- Constant Field Values
-
PN_S73D_NO_FACES
static final java.lang.String PN_S73D_NO_FACES
S73D property - No of Vertices- See Also:
- Constant Field Values
-
PN_S73D_NO_NORMALS
static final java.lang.String PN_S73D_NO_NORMALS
S73D property - No of Vertices- See Also:
- Constant Field Values
-
PN_S73D_NO_TEXTURE_COORDS
static final java.lang.String PN_S73D_NO_TEXTURE_COORDS
S73D property - No of Vertices- See Also:
- Constant Field Values
-
PN_S73D_NO_WEDGES
static final java.lang.String PN_S73D_NO_WEDGES
S73D property - No of Vertices- See Also:
- Constant Field Values
-
-