Search found 14 matches

by avena_robotics
21 Aug 2020, 10:59
Forum: General questions
Topic: Invisible object in Octree
Replies: 6
Views: 1081

Re: Invisible object in Octree

Thanks, this sounds like a great solution but I already solved the problem in a different way. I am creating multiple temporary primitives between the item and final boundaries of the space to be cleared and then substract them from octotree. The result is what I wanted to get. Thank you for help an...
by avena_robotics
20 Aug 2020, 08:59
Forum: General questions
Topic: Invisible object in Octree
Replies: 6
Views: 1081

Re: Invisible object in Octree

I tried for example a solution to create a temporary object, add it to the scene and then subtract it from Octree and remove it from the scene but it did not work. Why didn't it work? What happened? Cheers Hello, actually it did work but the result is not as I expected: https://imgur.com/a/162QmBd ...
by avena_robotics
20 Aug 2020, 07:24
Forum: General questions
Topic: Invisible object in Octree
Replies: 6
Views: 1081

Re: Invisible object in Octree

Good morning, thank you very much for the reply but this solution is not really what I need. Maybe I did not frame the problem precisely enough. I would like to subtract the object from the octree from the level of code and it would be better if it was not kept in the hierarchy. Do you think there i...
by avena_robotics
19 Aug 2020, 15:08
Forum: General questions
Topic: Invisible object in Octree
Replies: 6
Views: 1081

Invisible object in Octree

Hi! I would like to subtract an object from the Octree but I do not want it to be visible nor collidable. The result should be an Octree with a hole inside. I tried for example a solution to create a temporary object, add it to the scene and then subtract it from Octree and remove it from the scene ...