Package org.nuxeo.ecm.platform.threed
Class TransmissionThreeD
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.ThreeD
-
- org.nuxeo.ecm.platform.threed.TransmissionThreeD
-
public class TransmissionThreeD extends ThreeD
Object wrapping a transmission format withThreeDand LoD details- Since:
- 8.4
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENTstatic StringINFOstatic StringMAX_POLYstatic StringMAX_TEXprotected LongmaxPolyprotected StringmaxTexprotected Stringnamestatic StringNAMEstatic StringPERC_POLYstatic StringPERC_TEXprotected IntegerpercPolyprotected IntegerpercTex
-
Constructor Summary
Constructors Constructor Description TransmissionThreeD(Map<String,Serializable> map)TransmissionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info, Integer percPoly, Long maxPoly, Integer percTex, String maxTex, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()LonggetMaxPoly()StringgetMaxTex()StringgetName()IntegergetPercPoly()IntegergetPercTex()StringgetTitle()Map<String,Serializable>toMap()-
Methods inherited from class org.nuxeo.ecm.platform.threed.ThreeD
getBlob, getInfo, getResources
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
PERC_POLY
public static final String PERC_POLY
- See Also:
- Constant Field Values
-
MAX_POLY
public static final String MAX_POLY
- See Also:
- Constant Field Values
-
PERC_TEX
public static final String PERC_TEX
- See Also:
- Constant Field Values
-
MAX_TEX
public static final String MAX_TEX
- See Also:
- Constant Field Values
-
INFO
public static final String INFO
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TransmissionThreeD
public TransmissionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info, Integer percPoly, Long maxPoly, Integer percTex, String maxTex, String name)
-
TransmissionThreeD
public TransmissionThreeD(Map<String,Serializable> map)
-
-
Method Detail
-
getPercPoly
public Integer getPercPoly()
-
getMaxPoly
public Long getMaxPoly()
-
getPercTex
public Integer getPercTex()
-
toMap
public Map<String,Serializable> toMap()
-
-