예제 #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)