Пример #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)
Пример #5
0
 def getSpecularColor(self):
     return GLKMath.getGLKVector4(self._mat.specularColor)
Пример #6
0
 def getEmissiveColor(self):
     return GLKMath.getGLKVector4(self._mat.emissiveColor)
Пример #7
0
 def getDiffuseColor(self):
     return GLKMath.getGLKVector4(self._mat.diffuseColor)
Пример #8
0
 def getAmbientColor(self):
     return GLKMath.getGLKVector4(self._mat.ambientColor)