Skip to content

Instantly share code, notes, and snippets.

@mbr
Created February 10, 2011 15:49
Show Gist options
  • Save mbr/820741 to your computer and use it in GitHub Desktop.
Save mbr/820741 to your computer and use it in GitHub Desktop.
DirectStart: Starting the game.
Known pipe types:
glxGraphicsPipe
(all display modules loaded.)
all materials
Material playerColorB a(0.152049 0.8 0.183424 1) d(0.152049 0.8 0.183424 1) s(0.25 0.25 0.25 1) s12.5 l0 t0
Material playerColorA a(0.8 0.126309 0.388125 1) d(0.8 0.126309 0.388125 1) s(0.25 0.25 0.25 1) s12.5 l0 t0
model.findMaterial('playerColorA')
Material playerColorB
ambient = 0.152049 0.8 0.183424 1
diffuse = 0.152049 0.8 0.183424 1
specular = 0.25 0.25 0.25 1
shininess = 12.5
local = 0
twoside = 0
model.findMaterial('playerColorB')
Material playerColorB
ambient = 0.152049 0.8 0.183424 1
diffuse = 0.152049 0.8 0.183424 1
specular = 0.25 0.25 0.25 1
shininess = 12.5
local = 0
twoside = 0
model.findMaterial('nonsense')
Material playerColorB
ambient = 0.152049 0.8 0.183424 1
diffuse = 0.152049 0.8 0.183424 1
specular = 0.25 0.25 0.25 1
shininess = 12.5
local = 0
twoside = 0
model.findMaterial('')
Material playerColorB
ambient = 0.152049 0.8 0.183424 1
diffuse = 0.152049 0.8 0.183424 1
specular = 0.25 0.25 0.25 1
shininess = 12.5
local = 0
twoside = 0
col.findMaterial('playerColorA')
Material playerColorA
ambient = 0.8 0.126309 0.388125 1
diffuse = 0.8 0.126309 0.388125 1
specular = 0.25 0.25 0.25 1
shininess = 12.5
local = 0
twoside = 0
col.findMaterial('playerColorB')
Material playerColorB
ambient = 0.152049 0.8 0.183424 1
diffuse = 0.152049 0.8 0.183424 1
specular = 0.25 0.25 0.25 1
shininess = 12.5
local = 0
twoside = 0
col.findMaterial('nonsense')
None
col.findMaterial('')
None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment