10-06-2021, 10:49 AM
As I have written the Ab3d.PowerToys and WPF 3D do not support rendering individual positions. So you need to create an individual 3D object for each position - for example a BoxVisual3D or SphereVisual3D. With SphereVisual3D you can set a number of segments to a low number.
But I think that if you need to render 100.000 objects that this will be very slow.
I would advise you to test that option and then also check how is the performance with using Ab3d.DXEngine. Then you will be able to decide what to use.
But I think that if you need to render 100.000 objects that this will be very slow.
I would advise you to test that option and then also check how is the performance with using Ab3d.DXEngine. Then you will be able to decide what to use.
Andrej Benedik

