--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I indeed misspoke. What is true is that except for materials, VPython does not use GPU "shader" code (vertex shader and fragment or pixel shader). But VPython does exploit the other kinds of OpenGL capabilities of modern graphics cards. Apparently the Raspberry Pi device doesn't have a modern graphics card, which isn't a surprise.
I indeed misspoke. What is true is that except for materials, VPython does not use GPU "shader" code (vertex shader and fragment or pixel shader). But VPython does exploit the other kinds of OpenGL capabilities of modern graphics cards. Apparently the Raspberry Pi device doesn't have a modern graphics card, which isn't a surprise.
A sphere is rendered with 900 triangles; a simple_sphere is rendered with 64 triangles. More generally, you could make a roughly circular thin circular disk with as few as 10 triangles, compound a list of them, and then clone as many as you need.Bruce
--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

/ Jonathan M. Kessler, Ph.D.
Assistant Professor / Department of Physics and Engineering Physics
Southeast Missouri State University
Cape Girardeau / MO 63701
Phone: 573-651-2387
email: jkes...@semo.edu
http://semo.edu/physics/faculty/kessler.html
--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/7c6b5030-be29-42fa-b0bf-7724bbcae7cb%40googlegroups.com.