Exemplo n.º 1
0
 def getSpecularColor(self):
     return GLKMath.getGLKVector4(self._mat.specularColor)
Exemplo n.º 2
0
 def getDiffuseColor(self):
     return GLKMath.getGLKVector4(self._mat.diffuseColor)
Exemplo n.º 3
0
 def getEmissiveColor(self):
     return GLKMath.getGLKVector4(self._mat.emissiveColor)
Exemplo n.º 4
0
 def getAmbientColor(self):
     return GLKMath.getGLKVector4(self._mat.ambientColor)
Exemplo n.º 5
0
 def getSpecularColor(self):
     return GLKMath.getGLKVector4(self._mat.specularColor)
Exemplo n.º 6
0
 def getEmissiveColor(self):
     return GLKMath.getGLKVector4(self._mat.emissiveColor)
Exemplo n.º 7
0
 def getDiffuseColor(self):
     return GLKMath.getGLKVector4(self._mat.diffuseColor)
Exemplo n.º 8
0
 def getAmbientColor(self):
     return GLKMath.getGLKVector4(self._mat.ambientColor)