Method: OpenGL#glNormal3d
- Defined in:
- lib/opengl_command.rb
#glNormal3d(_nx_, _ny_, _nz_) ⇒ Object
727 728 729 730 |
# File 'lib/opengl_command.rb', line 727 def glNormal3d(_nx_, _ny_, _nz_) f = OpenGL::get_command(:glNormal3d) f.call(_nx_, _ny_, _nz_) end |