Example #1
0
 def getSpecularColor(self):
     return GLKMath.getGLKVector4(self._mat.specularColor)
Example #2
0
 def getDiffuseColor(self):
     return GLKMath.getGLKVector4(self._mat.diffuseColor)
Example #3
0
 def getEmissiveColor(self):
     return GLKMath.getGLKVector4(self._mat.emissiveColor)
Example #4
0
 def getAmbientColor(self):
     return GLKMath.getGLKVector4(self._mat.ambientColor)
 def getSpecularColor(self):
     return GLKMath.getGLKVector4(self._mat.specularColor)
 def getEmissiveColor(self):
     return GLKMath.getGLKVector4(self._mat.emissiveColor)
 def getDiffuseColor(self):
     return GLKMath.getGLKVector4(self._mat.diffuseColor)
 def getAmbientColor(self):
     return GLKMath.getGLKVector4(self._mat.ambientColor)