Jump to content

Babylon js Not Working


En929
 Share

Recommended Posts

I was wondering is the site for some of the Babylon js. links down? I'm referring to these links:

 

        <script src="http://www.babylonjs.com/hand.minified-1.2.js"></script>
        <script src="http://www.babylonjs.com/cannon.js"></script>
        <script src="http://www.babylonjs.com/oimo.js"></script>
        <script src="http://www.babylonjs.com/babylon.js"></script>

 

I have been working on my Babylon js. projects on my desktop and things were working perfectly. But, the next day, my project wouldn't work at all. Is anybody else having this problem?

The above html links come from the Playground page in the "Instanced Bones" zip file that I downloaded and have been using.

Link to comment
Share on other sites

You are not using the right links:

http://www.babylonjs.com/babylon.js

this works :https://preview.babylonjs.com//babylon.js

<script src="https://preview.babylonjs.com/hand.minified-1.2.js"></script>
<script src="https://preview.babylonjs.com/cannon.js"></script>
<script src="https://preview.babylonjs.com/babylon.js"></script>

 

 

Link to comment
Share on other sites

Thanks you all. It worked. I went back and downloaded all of those tool sets on the links that you all provided and it worked. So now, I have the content of those links stored on my computer (and USB flash drive) for when I want to continue making games while on the move and have no internet. Thanks again!

Link to comment
Share on other sites

11 hours ago, Dad72 said:

You are not using the right links:

http://www.babylonjs.com/babylon.js

this works :https://preview.babylonjs.com//babylon.js


<script src="https://preview.babylonjs.com/hand.minified-1.2.js"></script>
<script src="https://preview.babylonjs.com/cannon.js"></script>
<script src="https://preview.babylonjs.com/babylon.js"></script>

 

 

Thank you!

Link to comment
Share on other sites

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...