Load Geometry with Geometry Import node during cook

   1237   1   0
User Avatar
Member
159 posts
Joined: Feb. 2018
Offline

Can I load primitives with Geometry Import node during cook?
I want to perform a static cook but limited by the Geometry Import node.

Attachments:
批注 2020-02-25 133609.png (177.0 KB)

User Avatar
Staff
586 posts
Joined: May 2014
Offline
You need to turn off “load geometry during cook” if you want to import primitives or points as invidual work items. That option makes it so the work items access the geometry during the in-process cook stage instead of the generation stage. The node will generate one work for each input file, and then load it's entire geometry into that work item during the in-process cook. It's not possible to create new work items during that stage, so it won't be possible for the node to create one work item per point in the geometry.
Edited by tpetrick - Feb. 25, 2020 11:02:03
  • Quick Links