3d-bim-models-threejs
3d-bimbim是building information model 意思是建筑信息模型,本开源项目是使用nodejs,html5,threejs 制作而成,服务端及其简单,主要是在前端的展示上面
使用legend 标识 使用颜色来分类让人一目了然,意味着建造过程中优秀,好,一般,问题,差,非常差的情况使用颜色来标识在模型上。
使用的express来做httpserver
const express = require('express');
const path = require('path');
const app = express();
const PORT = process.env.PORT || 5000;
// Set static folder
app.use(express.static(path.join(__dirname, 'public')));
app.listen(PORT, () => console.log('Server listening on port ' + PORT));
html
使用threejs来展示,模型为obj,带颜色信息
DOCTYPE html>
dvr
layers
query_builder
dvrLegendclear
layersSwitcherclear
Retaining structure
Substructure
Superstructure
Span locks
query_builderHistoryclear
2012
2007
2002
Detailsclear
Object
Object type
Element
Inspection date
Inspector
Comments
Condition
200220072012
下载
代码和模型下载