Esempio n. 1
0
 def cone_orientation(self, ori):
     vec = VECTOR.from_list(ori)
     ckresult(_dll.FMOD_Channel_Set3DConeOrientation(self._ptr, vec))
Esempio n. 2
0
 def _threed_attrs(self, attrs):
     pos = VECTOR.from_list(attrs[0])
     vel = VECTOR.from_list(attrs[1])
     ckresult(_dll.FMOD_Channel_Set3DAttributes(self._ptr, byref(pos), byref(vel)))