ecsy babylon:ECBSY的Babylon.js的实验实现 源码
ecsy-巴比伦 ecsy-babylon是中的实验性实现。 例子 本着边做边学的精神,让我们逐步了解如何将一个简单的巴比伦应用程序转换为ecsy-babylon。 香草babylon.js 考虑以下代码: // initialize the core elements const canvas = document . getElementsByTagName ( "canvas" ) [ 0 ] ; const engine = new BABYLON . Engine ( canvas , true ) ; const scene = new BABYLON . Scene ( engine ) ; // create objects to inhabit the scene const camera = new BABYLON . ArcRotateCamera (
文件列表
ecsy-babylon:ECBSY的Babylon.js的实验实现
(预估有个127文件)
tsconfig.build.json
193B
index.html
645B
rollup.config.js
728B
package.json
244B
index.html
431B
rollup.config.js
728B
package.json
245B
index.html
1KB
rollup.config.js
728B
package.json
239B
暂无评论