PointCloudFromArray with Size Input #487
Answered
by
pandrr
wirmachenbunt
asked this question in
Feature Requests
-
as the title says, i'd like to control the size of the points individually but don't find the right spot in the code to do this. |
Beta Was this translation helpful? Give feedback.
Answered by
pandrr
Feb 20, 2023
Replies: 1 comment
-
yeah i wonder how we never had this... i added it, send you an invite... in general: you have to set an attribute and read it in the vertex shader where glPointSize is set. has to go into the whole existing calculation in pointmaterial then |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wirmachenbunt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yeah i wonder how we never had this...
i added it, send you an invite...
in general: you have to set an attribute and read it in the vertex shader where glPointSize is set. has to go into the whole existing calculation in pointmaterial then