Folks,
We are using a wall to show the path of an object, this works well but each time we update the data it flickers.
How should we be setting the position data and/or can we update/add data rather than setting a complete new set?
Thanks
Ian
Folks,
We are using a wall to show the path of an object, this works well but each time we update the data it flickers.
How should we be setting the position data and/or can we update/add data rather than setting a complete new set?
Thanks
Ian
Hi Ian,
Set asynchronous to false when creating the Primitive. This may also be exposed through the Entity API but I don’t see it on Entity itself.
Patrick