fix bmap python binding error

This commit is contained in:
2023-11-10 12:23:03 +08:00
parent 9b447733fb
commit 77bb3ce7d2
5 changed files with 31 additions and 26 deletions

View File

@ -46,6 +46,7 @@ class bm_VxVector3(ctypes.Structure):
('z', bm_CKFLOAT),
]
bm_VxVector3_p = ctypes.POINTER(bm_VxVector3)
bm_VxVector3_pp = ctypes.POINTER(bm_VxVector3_p)
class bm_VxColor(ctypes.Structure):
_fields_ = [
('r', bm_CKFLOAT),