First post here. Trying to learn Babylon.js. Many thanks for Babylon.js and the excellent documentation.
On the excellent Tutorial 101 with the fabulous examples on the Playground, when downloading the source code, the source code gets an additional code line.
The code on all examples gets an additional line inserted: scene = createScene();
Hi @pdf and welcome to the forum. Glad you are enjoying learning Babylon.js. Would you please add a link to the page section where you found the problems.
OK have found what you mean about same PGs will find original links if possible.
Sorry, but on a post, I can only place two links (forum rules)…
On the Tutorial 101 with the examples on the Playground, when downloading the source code, the source code gets an additional code line.
The code on all playground examples gets an additional line inserted: scene = createScene();
after download has an additional scene = createScene(); at line 65.
If one deletes that line, then the example “runs”. All the playground examples from the tutorial that I have seen, have this issue.
One goes to https://www.babylonjs-playground.com/#CQNGRK and downloading the example, the co.png and the ground.jpg files are downloaded, but the heightMap.png file is missing…
My apologies if these are too many “complaints” for a beginner,
but I really like Babylon.js and also the tutorial.