org.jagatoo.loaders.models.collada.datastructs.images
Class Surface
java.lang.Object
org.jagatoo.loaders.models.collada.datastructs.images.Surface
public class Surface
- extends java.lang.Object
Represent a surface : nearly the same thing as a texture, but
could be used either for texture mapping or bump mapping or
normal mapping. It's image data + additionnal info.
(See the COLLADA Specification for more details)
Note : for now it only stores
|
Field Summary |
java.util.ArrayList<java.lang.String> |
imageIds
Images used by this COLLADA surface |
|
Constructor Summary |
Surface(java.lang.String id)
Creates a new COLLADA Surface. |
|
Method Summary |
java.lang.String |
getId()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
imageIds
public java.util.ArrayList<java.lang.String> imageIds
- Images used by this COLLADA surface
Surface
public Surface(java.lang.String id)
- Creates a new COLLADA Surface.
- Parameters:
id - The source id of this surface
getId
public final java.lang.String getId()
- Returns:
- the id