Gappdietmar
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Gappdietmar-
ok, I tried the following: I think this is the tight place to do the filtering: verts = np.asarray(points.get_vertices(2)).reshape(h, w, 3) texcoords = np.asarray(points.get_texture_coordinates(...
-
i would like to keep it very simple, it is really only about a rough distance measurement. i have looked at the example pyglet_pointcloud_viewer.py, i am familiar with pyglet and with it i should g...