Currently, as a javascript three.js beginner, I am tackling a project that involves importing string values (x, y, z) into a three.js file in order to generate cubes or spheres with those values. These values are sourced from a json file and are converted into ASCII numeric values. Upon running my script, the console displays the following output: x= 912 y= 500 z= 327
I am seeking guidance on how to write a script that can utilize these values to create cubes, spheres, or other geometrical shapes in three.js. Any assistance on this matter would be highly appreciated!