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:
parent
14c93cb157
commit
d11d90c8e6
4 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue