How to Increase Max Texture Count?

Discussion in 'Visualization' started by Alex Ray, Nov 8, 2017.

  1. Emo Todorov

    Emo Todorov Administrator Staff Member

    There is nothing you can do to increase it on your end; changing the header file will not change the compiled library. I can put it on the todo list for the next version. What value makes sense for you?

    Also, have you considered changing the textures at runtime and uploading them to the GPU with mjr_uploadTexture? I am guessing you don't need that many textures simultaneously...