简体   繁体   中英

Is there any 3d model viewer for reactJS

我一直在尝试为Reactjs找到一个好的3D模型查看器,以呈现通过Revit导出的.rcs或.rcp文件,并允许用户旋转模型并将其调整到特定的角度。

Try the Forge Viewer , which uses JavaScript and can be embedded into any webapp via <div> , you can find an example here .

It supports .rcp , but you can use direct .rvt models, which is better as you can see the metadata. See complete list . Note the WebGL/Three.js viewable is extracted, so an end-user cannot access the seed file.

You can also try an Open Source viewer from TT Core team: http://core.thorntontomasetti.com/apps/Spectacles/

Since it's free and Open Source it sure has some limitations and is not being developed as dynamically as the Forge viewer mentioned above, but it's a nice alternative if you don't want to spend a fortune on Autodesk Tokens.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM