Package com.luciad.format.object3d.obj
package com.luciad.format.object3d.obj
This package provides decoders for the WaveFront OBJ file format.
If you want to convert an OBJ file into an ILcdModel
, you can
use the TLcdOBJModelDecoder
class.
If you want to decode an OBJ file into a 3D icon which can be used as
style for your point data, you can use the TLcdOBJMeshDecoder
class.
The javadoc of this class contains an example on how to do this for a Lightspeed view.
Note that Lightspeed also supports Collada data.
See the package documentation of com.luciad.format.object3d
for more information.
- Since:
- 5.3
-
ClassDescriptionA decoder for WaveFront OBJ files.A model decoder for WaveFront OBJ files.A model descriptor for WaveFront OBJ models.