I'm a Render Engine developer, how can I support Skatter?
{
Sketchup.active_model.definitions.entityID => {
plugin_name => {
comp_def => [
{:transformation => trans1, :material => mat1},
{:transformation => trans2, :material => mat2},
...
]
}
}
}Last updated