threejs editor
How can I implement these values in my code I don’t want to use editor generated code
forexample my code
mesh = new THREE.Mesh(geometry, material);
mesh.position.z = 0;
mesh.position.x = 0;
mesh.position.y = 0;
mesh.rotation.x = 0;
mesh.rotation.y = 0;
mesh.rotation.z = 0;
I also try to output editor object properties why is has q and cb