| vrmlbilly 2005-04-27, 5:02 pm |
| i am currently designing a program for a university project, through a web based inteface i would like the user to be able to choose diffrent shapes (pre created and saved as vrml files) from a drop down menu to bring into a diffrent frame of the interface. and to then input into a field box the coordinates of where the shape is to be placed.
i had orginaly approaced this by using javascript to write the vrml code and then using the variables of the drop down menu to place the variables into the vrml code, but so far have had no success. i have only been able to write out so far as a txt file.
if anyone has done something similar and can shed a light on which path to follow would be much appriciated. |