1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

entity utf8 fixes?

This commit is contained in:
Robin Appelman 2023-12-27 20:12:26 +01:00
commit d11d90c8e6
4 changed files with 16 additions and 2 deletions

View file

@ -16,6 +16,13 @@ fn main() -> Result<(), vbsp::BspError> {
}
```
See [vbsp-to-gltf](https://github.com/icewind1991/vbsp-to-gltf) or [vbspviewer](https://github.com/icewind1991/vbspview) for some more examples of how to use the bsp data.
## TODO
- [ ] smooth normals for displacements
- [ ] smooth normals for faces
## Credits
This project is adapted from the [quake bsp parser] and