Esri / palladio

Palladio enables the execution of CityEngine CGA rules inside of SideFX Houdini.
https://esri.github.io/cityengine/palladio
Apache License 2.0
101 stars 20 forks source link

avoid unpacking of RPKs #98

Closed mistafunk closed 2 years ago

mistafunk commented 5 years ago

we currently unpack RPKs (at ResolveMap creation time) so houdini can read any resources (e.g. textures) after model generation.

task: implement a "rpk:" schema handler based on this example: https://www.sidefx.com/docs/hdk/_f_s_2_f_s__home_helper_8_c-example.html

(open implementation question: can we somehow reuse the PRT cache for this?)

mistafunk commented 3 years ago

ongoing implementation notes: