czywind 最近的时间轴更新
czywind

czywind

V2EX 第 279433 号会员,加入于 2018-01-04 09:06:51 +08:00
czywind 最近回复了
另外不建议直接改 three.js 的
document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' );
后续 three.js 更新又要改一次比较麻烦。
var context = canvas.getContext('webgl');
var renderer = new THREE.WebGLRenderer(context);
new THREE.WebGLRenderer 方法传入上下文参数,一般使用这样的方式创建 renderer 是不会调用到
document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' );
回复不了是什么原因
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5378 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 08:35 · PVG 16:35 · LAX 01:35 · JFK 04:35
Developed with CodeLauncher
♥ Do have faith in what you're doing.