Hi,
a little bug in doc/registry/specs/enum.spec:
Index: enum.spec
===================================================================
RCS file: /cvs/projects/ogl-sample/main/doc/registry/specs/enum.spec,v
retrieving revision 1.7
diff -u -r1.7 enum.spec
--- enum.spec 2002/03/14 23:36:17 1.7
+++ enum.spec 2002/03/18 15:41:21
@@ -1422,9 +1422,9 @@
SHININESS = 0x1601
AMBIENT_AND_DIFFUSE = 0x1602
COLOR_INDEXES = 0x1603
- use LightProperty AMBIENT
- use LightProperty DIFFUSE
- use LightProperty SPECULAR
+ use LightParameter AMBIENT
+ use LightParameter DIFFUSE
+ use LightParameter SPECULAR
###############################################################################
LightProperty is not defined anywhere.
--
Marcelo
|