12-12-2016, 03:06 PM
Is there a way to display points in 3D as just a set of pixels? (Maybe 1 or 4 pixels per point)
I know a point is a “dimensionless” 3D location, but using spheres and boxes is just too expensive. Using the library, I run out of memory with 50,000 to 60,000 points. I need to see 10,000,000 points plus triangles and lines formed by some of those points.
Is it possible?
I know a point is a “dimensionless” 3D location, but using spheres and boxes is just too expensive. Using the library, I run out of memory with 50,000 to 60,000 points. I need to see 10,000,000 points plus triangles and lines formed by some of those points.
Is it possible?

