様々なマテリアル
MeshLambertMaterial
光沢のないマットな質感を出せます
const baubleMaterial = new THREE.MeshLambertMaterial({
color: "#c0a0a0",
roughness: 0.25,
metalness: 0.5
});
光沢のないマットな質感を出せます
const baubleMaterial = new THREE.MeshLambertMaterial({
color: "#c0a0a0",
roughness: 0.25,
metalness: 0.5
});