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.

Where does the "texture from text" Puzzle put the new texture?

Home Forums Puzzles Where does the "texture from text" Puzzle put the new texture?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18398
    GLiFTeK
    Customer

    Where does the “texture from text” Puzzle put the new texture?
    on the server-side folder?
    in the user’s browser temp cache?
    And what are the new textures’ names?

    I’d like to make a bunch of them based on variables, all at once, WHEN the scene loads… (which i do separately on click events now)
    this would eliminate that tiny lag that happens while you wait for it to make the texture.

    any info on this would be great thanks!

    #18404

    Hi,

    That puzzle creates an image in Data URI format. It is represented by a piece of text stored in memory. You can save it to the server as a normal image file as shown in our Custom Image example.

    You can surely create images on startup and just store them in variables until you need them. As of version 2.14, the replace texture puzzle accepts variables alonside texture names (click the gear icon and enable flexible texture input there).

    Chief 3D Verger | LinkedIn | Twitter

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