鳳梨麵包

Generation

generate functionSat, 20 Jan 2024

world.setblock function line(x1, y1, z1, x2, y2, z2)

ript function line(x1, y1, z1, x2, y2, z2) { var line = new THREE.Line3(new THREE.Vector3(x1, y1, z1), new THREE.Vector3(x2, y2, z2), new THREE.LineBasicMaterial({ color: 0xff0000 })); scene.add(line); } // create

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant