Jump to content

Search the Community

Showing results for tags 'read ahead'.

  • 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. I am expanding my read ahead to include textures in addition to .js files with in-line geometry. It is going to split the fetch of the file from the creation of the texture. When a TOB generated .js file is dynamically loaded, it will call a function matReadAhead() in the file. It will create a QI.TextureBuffer's for each texture. When the scene asks for the materials, the applyWhenReady() will be called. Hopefully, the fetch of the image file has already been performed when the .js was being fetched in advance as well. Once the fetch is complete, I will be executing a BABYLON.Texture constructor() passing the buffer QI.TextureBuffer got. Texture passes the buffer to Engine.createTexture(), but it looks like it is only actually used when fromData is an Array. Isn't this test wrong?
×
×
  • Create New...