Page 1 of 1

Clearing Octree programmatically

Posted: 04 Jul 2016, 16:17
by formica
Hi Coppelia,
I think should be fine to clear Octrees in a script or plugin via API functions.

Regards
Roberto

Re: Clearing Octree programmatically

Posted: 04 Jul 2016, 17:46
by coppelia
Hello Roberto,

you can clear an octree with following API function: simRemoveVoxelsFromOctree(octreeHandle,0,nil)

Cheers

Re: Clearing Octree programmatically

Posted: 04 Jul 2016, 18:06
by formica
My fault.

Thanks, Coppelia...