node
at OBJ format. If there are transformation groups on the path from node
to its shapes, they'll be applied to the coordinates written on output. The node
shouldn't be alive or if it's alive it should have the capabilities to read its children, the geometries and the appearance of its shapes. Only geometries which are instances of GeometryArray
will be written.
@param node a Java 3D node
@throws IOException if the operation failed
@throws InterruptedIOException if the current thread was interrupted during this operation.The interrupted status of the current thread is cleared when this exception is thrown.
Document
object representing the settings.xml
@param root the root xml node to add to
Document
object representing the settings.xml
@param root the root xml node to add to
DOMWriter
. Writing a Document or Entity node produces a serialized form that is well formed XML, when possible (Entity nodes might not always be well formed XML in themselves). Writing other node types produces a fragment of text in a form that is not fully defined by this document, but that should be useful to a human for debugging or diagnostic purposes. Document
or Entity
node to be written. For other node types, something sensible should be written, but the exact serialized form is not specified.
@return Returns true
if node
was successfully serialized and false
in case a failure occured and the failure wasn't canceled by the error handler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|