AlembicToSceneGraph Extension¶
Fabric Engine version 2.4.0
Copyright (c) 2010-2017 Fabric Software Inc. All rights reserved.
The AlembicToSceneGraph extension provides helpers and generators for mapping AlembicWrapper readers to SceneGraph object wrappers and generators.
The AlembicArchiveToSceneGraph
helper class allows to map an
an AlembicArchiveReader to a SceneGraph object, which will expand to more
children SceneGraph object nodes upon request.
警告
This extension only defines mapping for base geometry types and transform hierarchies. It has not been generalized yet for allowing custom Alembic wrappers.