https://github.com/squeek502/bsp-to-mesh
Extremely hacky attempt at converting a Source engine BSP file into something usable by Babylon.JS
https://github.com/squeek502/bsp-to-mesh
Last synced: 2 months ago
JSON representation
Extremely hacky attempt at converting a Source engine BSP file into something usable by Babylon.JS
- Host: GitHub
- URL: https://github.com/squeek502/bsp-to-mesh
- Owner: squeek502
- Created: 2021-03-21T05:38:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T05:24:41.000Z (about 4 years ago)
- Last Synced: 2024-05-02T01:59:30.817Z (about 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bsp-to-mesh
===========Extremely hacky attempt at converting a Source engine BSP file into something usable by Babylon.JS for [squeek502/bunnyhop-webgl](https://github.com/squeek502/bunnyhop-webgl).
Cobbled together from:
- [Galaco/bsp](https://github.com/Galaco/bsp/)
- [Galaco/lambda-core](https://github.com/Galaco/lambda-core/)To run:
```
go run . mapname.bsp
```