We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

enter scene before textures are loaded

Home Forums Programming enter scene before textures are loaded

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32384
    thomasup
    Customer

    in our scene, textures amount quite amount of the loaded files. ideally, we would like to make the application usable before loading all textures.

    is it possible to:
    A) enter the scene before all textures are loaded, and use a blank color instead (in best case: average texture color)

    B) automatically preload lower resolution textures, then start the viewer, then load the full resolution textures

    C) compress the textures

    would be an interesting feature imo

    #32396

    Hi,

    That’s a great idea indeed!

    For now, you can use the optimization techniques mentioned in this tutorial (compressing to jpeg, removing unused alpha, packing into RGBA channels).

    Also you can use the replace texture puzzle to load only the textures that are needed right away, and load the rest of textures later.

    Finally, you can use the same puzzle to load low-res images first (images can be really small) and then replace them with high-res equivalents.

    Chief 3D Verger | LinkedIn | Twitter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.