Hello,
I need to create allot of boxes proceeduraly, and cannot figure out how. I tried many methods to create meshes (boxes), but nothing works. I tried the same code in the following playground scene;
http://www.babylonjs-playground.com/#1PWCZ8#2
But I keep getting the message in the console that the variable function is not a constructor.
Example using the code from the playground as a test in my scene: TypeError: YellowStar is not a constructor
Please help if you can.
Thanks,
DB