Uses of Class
mri.v3ds.TextDecode3ds

Packages that use TextDecode3ds
mri.v3ds   
 

Uses of TextDecode3ds in mri.v3ds
 

Constructors in mri.v3ds with parameters of type TextDecode3ds
Scene3ds(byte[] file_image, TextDecode3ds decode, int level)
          Construct (and decode) a Scene3ds object from a 3ds-file RAM image.
Scene3ds(java.io.File file, TextDecode3ds decode, int level)
          Construct (and decode) a Scene3ds object from a local 3ds-file.
Scene3ds(java.io.InputStream stream, TextDecode3ds decode, int level)
          Construct (and decode) a Scene3ds object from an InputStream containing 3ds-file data.