示例#1
0
 def getSpecularColor(self):
     return GLKMath.getGLKVector4(self._mat.specularColor)
示例#2
0
 def getDiffuseColor(self):
     return GLKMath.getGLKVector4(self._mat.diffuseColor)
示例#3
0
 def getEmissiveColor(self):
     return GLKMath.getGLKVector4(self._mat.emissiveColor)
示例#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)