/three-js-products-viewer

three.js render demo,这是我15年刚接触three.js做的一个小demo,有空会完善项目文档和three.js一些API的说明

Primary LanguageCSS

three-js-products-viewer

15年接触three.js做的一个小项目

start

首先确保安装了nodejs环境,然后执行下面命令行,npm可以使用yarn替代

# 在项目根目录打开cmd运行
npm install

# 运行开发环境项目
npm run start

然后在浏览器中打开 http://localhost:8099