Class InlineGeometry

All Implemented Interfaces:
X3DNode, InlineGeometry, X3DUrlObject, X3DGeometryNode

public class InlineGeometry extends X3DConcreteNode implements InlineGeometry
InlineGeometry loads geometry from an external file.

InlineGeometry node tooltip: (X3D version 4.1 draft) [X3DGeometryNode,X3DUrlObject] InlineGeometry loads geometry from an external file. The result provides a polygonal mesh, set of lines, point cloud, parametric surface, or other geometry. Supported formats are browser dependent and can include STL and PLY mesh files.
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also: