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