var sunMaterial = new THREE.MeshBasicMaterial({ color: sunColor, opacity: 0, transparent: true });
本文共 148 字,大约阅读时间需要 1 分钟。
var sunMaterial = new THREE.MeshBasicMaterial({ color: sunColor, opacity: 0, transparent: true });
转载于:https://www.cnblogs.com/sangzs/p/9213623.html