Jump to content

Uncaught TypeError: o._addPendingData is not a function


chicagobob123
 Share

Recommended Posts

I am trying to use some text generated at the website

http://grid.vn/3dtext/ 

The babylon file seems to load when testing it in the sandbox and after some reading some posts I read this failure might mean I was missing something that was included in the .babylon scene file. 

I included these files 

  <script src="babylon.max.js"></script>
  <script src="cannon.js"></script>
  <script src="oimo.js"></script>

I have no other clues except this error and no idea how to fix it. 

 

Uncaught TypeError: o._addPendingData is not a function
    at Function.t.ImportMesh (babylon.max.js:32)
    at createScene (index3.html:600)
    at index3.html:806

This function was in the create scene function. 

BABYLON.SceneLoader.ImportMesh('models/','stop.babylon',scene,function(meshes) {
    });

Hope you dont mind I am attaching the babylon file as well. 

 

 

 

Stop.babylon

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