PiRSquared17 / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Create exampoe code to show best-practice means to stream in IArchive #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This task might be part of the AwesomeAbcViewer, or just a function...
We should provide an example class that is performant in terms of turning the 
tree of schema objects into an in memory class that you can scrub and 
frame-step around with. Internally we've built a class called LAlembic that is 
a tree of IPolyMesh, ISubD, and so on. This way, kWrap existing is done once, 
the switch statement for the factory code to read and instantiate data types is 
in one spot, and reading is fast.

Original issue reported on code.google.com by ble...@gmail.com on 26 Aug 2011 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 26 Aug 2011 at 11:59

GoogleCodeExporter commented 9 years ago
Adding to Milestone 1.1

Original comment by scottmmo...@gmail.com on 6 Sep 2011 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 19 Sep 2011 at 9:52

GoogleCodeExporter commented 9 years ago
Best way to use an IArchive depends on the application.

Original comment by miller.lucas on 25 Jun 2012 at 6:29