share-lists.rb

Path: gtkglext/sample/share-lists.rb
Last Update: Mon Mar 12 13:54:37 +0000 2007

share_lists.rb: Simple Ruby/GtkGLExt display list sharing example.

C original version written by Naofumi Yasufuku <naofumi@users.sourceforge.net> Ruby port by Vincent Isambart

Required files

gtkglext  

Methods

Constants

RED = [1.0, 0.0, 0.0, 1.0]
YELLOW = [1.0, 1.0, 0.0, 1.0]
GREEN = [0.0, 1.0, 0.0, 1.0]
LIGHT_POSITION = [1.0, 1.0, 1.0, 0.0]

Public Instance methods

[Validate]