See: Description
| Interface | Description |
|---|---|
| ModelIOHandler |
Interface for classes that handle reading and writing of 3D model files types.
|
| Class | Description |
|---|---|
| AbstractModelIOHandler |
Abstract base class for
ModelIOHandler implementations. |
| DefaultModelIOHandlerRegistry |
ModelIOHandlerRegistry subclass that registers known handlers on
instantiation. |
| ModelIO |
Utility class containing constants and static convenience methods related to 3D model
input and output.
|
| ModelIOHandlerRegistry |
Object that holds an internal registry
ModelIOHandler and delegates
read/write operations to them as determined by their supported model types. |
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.