Search the Community
Showing results for tags 'scene loading'.
-
Hi! I am trying to setup and run the Sponza demo on my local system. Then the scenes don't seem to be loading. I have downloaded the entire samples-master: including the scene content from here: https://github.com/BabylonJS/Samples/tree/master/Scenes/Sponza and the code of the demo from here: https://github.com/BabylonJS/Samples/tree/master/Scenes/Sponza I can see that Sponza.babylon is being downloaded. (from localhost/samplesmaster/Scenes/Sponza/Sponza.babylon) The console displays this: BJS - [15:56:59]: Babylon.js engine (v2.3.0-alpha) launched babylon.js:3 GET http://localhost/samplesmaster/Scenes/Sponza/firePart1 404 (Not Found)h @ babylon.js:3r.LoadFile @ babylon.js:3t @ babylon.js:22t.Parse @ babylon.js:23e.SceneLoader.RegisterPlugin.load @ babylon.js:13u @ babylon.js:13e.onreadystatechange @ babylon.js:3 babylon.js:3 Uncaught Error: Error status: 404 - Unable to load ../../Scenes/Sponza/firePart1e.onreadystatechange @ babylon.js:3 babylon.js:3 GET http://localhost/samplesmaster/Scenes/Sponza/firePart2 404 (Not Found)h @ babylon.js:3r.LoadFile @ babylon.js:3t @ babylon.js:22t.Parse @ babylon.js:23e.SceneLoader.RegisterPlugin.load @ babylon.js:13u @ babylon.js:13e.onreadystatechange @ babylon.js:3 babylon.js:3 GET http://localhost/samplesmaster/Scenes/Sponza/firePart3 404 (Not Found) I am using a WAMP Apache (v2.2.1) server I added the following line to the .htaccess file AddType application/babylon .babylon AddType application/fx .fx AddType application/babylonmeshdata .babylonmeshdata Should I be doing something else or adding some other settings to make this work? Thanks in advance for your help!