Jump to content

Search the Community

Showing results for tags 'submeshes'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hello. I was trying to serialize my scene, but it threw an error in line 29 of babylon.2.4.js file. This is the error: babylon.2.4.js:29 Uncaught TypeError: Cannot read property 'length' of undefined at r (babylon.2.4.js:29) at Function.o.Serialize (babylon.2.4.js:29) I think is missing a validation at a for loop for(var a=0;a<t.subMeshes.length;a++){ //... } beacause in my case t.subMeshes is undefine and that seems to be causing the error. My workarround was to add a validation in order to skip that for loop if t.subMeshes is undefined, but my next problem was at the moment of loading my scene. Uncaught Error: No camera defined at i.render (babylon.2.4.m.js:11) I attached my scene in json format. Do you have any idea to solve it? Thanks in advance. sceneP.zip
×
×
  • Create New...