You are here: Reference Guide > 3D Nodes > ReadGeo

ReadGeo

Imports geometry from a specified location. The geometry is identified by the file name, which may just be a string interpreted by one of the reader implementations and not an actual file on the disk. You can read in:

OBJ files

FBX files containing meshes (or NURBS curves/patch surfaces converted to meshes) or point clouds. The mesh's vertices, normals, UVs, and vertex colors are read on a per frame basis or at the first frame. Materials or textures are not read in.

Alembic (.abc) files containing meshes (or NURBS curves/patch surfaces converted to meshes) or point clouds. The mesh's vertices, normals, UVs, and vertex colors are read on a per frame basis or at the first frame. Materials or textures are not read in. For more information on Alembic, see http://code.google.com/p/alembic/.

Related Topics IconRelated Topics