544447
544447
 点击链接加入群聊【vue-3d-model】:https://jq.qq.com/?_wv=1027&k=hvL3ZbYq
> 代码,报错之类的信息发出来看看呢?  
微信群 
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
let scatter = [] let scatters = [] for (let i = 0; i < data.length; i++) { if (i < 5) { scatter.push(data[i]) } else { scatters.push(data[i]) } }...
data: [ [300,0.5,20,1000,2121.9], [300,0.8,22,1000,2013.37], [350,0.9,25,1000,1909.08], [350,1,25,1000,1909.17], [400,1,28,1000,1831.81] ],this is data
In the Chrome browser under the Win7 system, the coordinate system disappears, and I cannot locate the cause.
i found it,“projection: 'orthographic'“ is ok