/[gzz]/gzz/gfx/demo/paperbasis.py
ViewVC logotype

Diff of /gzz/gfx/demo/paperbasis.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jvk, Mon Sep 16 06:44:33 2002 UTC revision 1.8 by jvk, Mon Sep 16 09:19:39 2002 UTC
# Line 21  def globalkey(k): Line 21  def globalkey(k):
21      """      """
22    
23  tex0codes = {  tex0codes = {
     "ALL" : "",  
24      "RGB" : nvcode.combinercode("""      "RGB" : nvcode.combinercode("""
25      CombinerParameterNV NUM_GENERAL_COMBINERS_NV 1 # Cannot be 0      CombinerParameterNV NUM_GENERAL_COMBINERS_NV 1 # Cannot be 0
26      FCI A ZERO UNSIGNED_IDENTITY_NV RGB      FCI A ZERO UNSIGNED_IDENTITY_NV RGB
# Line 47  tex0codes = { Line 46  tex0codes = {
46      """),      """),
47      }      }
48  tex1codes = {  tex1codes = {
     "ALL" : "",  
49      "RGB" : nvcode.combinercode("""      "RGB" : nvcode.combinercode("""
50      CombinerParameterNV NUM_GENERAL_COMBINERS_NV 1 # Cannot be 0      CombinerParameterNV NUM_GENERAL_COMBINERS_NV 1 # Cannot be 0
51      FCI A ZERO UNSIGNED_IDENTITY_NV RGB      FCI A ZERO UNSIGNED_IDENTITY_NV RGB
# Line 90  isectcodes = { Line 88  isectcodes = {
88      """)      """)
89      }      }
90    
91  tex0comb = "ALL"  tex0comb = "RGB"
92  tex1comb = "ALL"  tex1comb = "RGB"
93  isectcomb = "ALL"  isectcomb = "ALL"
94    
95  def getpaper(seed, vecseed0 = 0, vecseed1 = 0, colseed = 0):  def getpaper(seed, vecseed0 = 0, vecseed1 = 0, colseed = 0):

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26