内容简介:bspview is a tool to view Quake/GoldSrc maps in your browser. You can see a live demo of this here:Rendered with
bspview
bspview is a tool to view Quake/GoldSrc maps in your browser. You can see a live demo of this here: https://devanbuggay.com/bspview . I've supplied a few BSP files to explore that can be selected from the dropdown. However, you can also drag and drop any supported .bsp file onto the window to load it.
Rendered with three.js .
Controls
- Click anywhere to lock the mouse pointer
- F - toggle fullscreen
- 1 - Cycle through mesh modes
- 2 - Toggle model volume visibility
- 3 - Toggle entity visibility
- Select a map from the dropdown to load it
- Drag and drop any supported .bsp on the window to load it
Building
Building is simple, just install the dependencies and start it.
npm install
npm start
Right now the BSPs are hardcoded to being loaded from this GitHub repo though.
Roadmap
-
Face rendering - Basic texturing support (if texture aren't from .WAD)
- Some basic lightmap support
- Implement the visibility system
- Adding Source engine support ( https://developer.valvesoftware.com/wiki/Source_BSP_File_Format )
Reference
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript语言精髓与编程实践
周爱民 / 电子工业出版社 / 2012-3 / 79.00元
《JavaScript语言精髓与编程实践(第2版)》详细讲述JavaScript作为一种混合式语言的各方面特性,包括过程式、面向对象、函数式和动态语言特性等,在动态函数式语言特性方面有着尤为细致的讲述。《JavaScript语言精髓与编程实践(第2版)》的主要努力之一,就是分解出这些语言原子,并重现将它们混合在一起的过程与方法。通过从复杂性到单一语言特性的还原过程,读者可了解到语言的本质,以及“层......一起来看看 《JavaScript语言精髓与编程实践》 这本书的介绍吧!