Herman
unread,Dec 21, 2012, 4:23:28 PM12/21/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I have some large 3D XYZ point clouds, often containing 10 -20M points rendered using a VBO (as GL_POINTS).
Is it possible to change the alpha value of every point in the VBO simultaneously without looping through all the points?
I tried using CUDA to prevent transfering the VBO to the host and while it works, it isn't as fast as I would like (which may be a result of not optimizing my CUDA code properly).
Hopefully there is a more straightforward method.
Thanks!!