内容简介: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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spark SQL内核剖析
朱锋、张韶全、黄明 / 电子工业出版社 / 2018-8 / 69.00元
Spark SQL 是 Spark 技术体系中较有影响力的应用(Killer application),也是 SQL-on-Hadoop 解决方案 中举足轻重的产品。《Spark SQL内核剖析》由 11 章构成,从源码层面深入介绍 Spark SQL 内部实现机制,以及在实际业务场 景中的开发实践,其中包括 SQL 编译实现、逻辑计划的生成与优化、物理计划的生成与优化、Aggregation 算......一起来看看 《Spark SQL内核剖析》 这本书的介绍吧!