libcmo21/BMapBindings/PyBMap
yyc12345 d8b7ace53d expose lit mode interface in CKMesh.
- provide lit mode and wrap mode getter and setter in CKMesh.
- add lost flags setter in CKMesh.
- show lit mode and wrap mode data in Unvirt.
- add interface for lit mode in BMap, because some old Ballance map use lit mode to light objects.
- expose a raw c callback when creating bmap to allow user decide how the log output by themselves.
- change python bindings for BMap interface changes.
2023-11-15 21:47:58 +08:00
..
PyBMap expose lit mode interface in CKMesh. 2023-11-15 21:47:58 +08:00
.gitignore fix fatal error about bmap. continue writing py bmap binding 2023-11-05 17:38:08 +08:00
README.md reorg PyBMap files. use correct import statement in module 2023-11-09 17:15:08 +08:00

PyBMap

The real scripts are placed in sub PyBMap folder. This folder is served for testbench scripts placing.
Place any testbench files (e.g. testbench.py) in there what you want and don't sumbit them.
The native BMap library should be placed in sub PyBMap folder, and I have used gitignore file to filter them. The native BMap library must be named as BMap.dll in any platforms (e.g. Linux, macOS). Do not change name to BMap.so or BMap.dylib.