dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
85 stars 20 forks source link

Add texmode material property. #304

Closed dmurdoch closed 1 year ago

dmurdoch commented 1 year ago

This corresponds to some of the possible parameters to the fixed pipeline glTexEnvi(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, ?).

It fixes #299 .