Jump to content

How to load à babylon file in the playground ?


mecanicus
 Share

Recommended Posts

 

Hello, I'm trying to load a babylon file on the playground but without success.

I get two errors including "[20:24:54]: Unable to load from http://up11.servehttp.com/guid_2_trees_2.babylon: Failed to load scene.".

The url of the file is correct because the file opens on the browser.

There is something that escapes me, can you help me catch up?

thank you

http://playground.babylonjs.com/#DKF6U5#6

Link to comment
Share on other sites

Thank you for your answers.
I modified the httpd.conf file of my apache server according to the following procedure:
Open the httpd.conf file with a text editor (eg Brackets) and look for the line below.
LoadModule headers_module modules / mod_headers.so
This line is used to activate the Apache module for customizing HTTP request headers. It must not begin with a # character (which places the rest of the line in comment). If this is the case, delete the # character. Then, add the following lines to the end of the file.
<IfModule mod_headers.c>
# Accept cross-domain requests
Header always set Access-Control-Allow-Origin "*"
</ IfModule>
Save your changes, then stop and restart Apache. >>
I no longer have the error concerning the cross domain but I have the following error on the console:

the GET request added ".manisfest?xxxxx" to the url, is this normal ?

Image 1.png

Link to comment
Share on other sites

  • RaananW changed the title to How to load à babylon file in the playground ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...