I want to render a few 3D models, to be concrete cards (but should have 3 dimensions) with different values on the front-side.
To accomplish this I thought it would be a good idea to create a model which represents the dimensions and form of a card, if possible already supply a default-texture for the card and add card-specific values like a number different for every rendered model.
I'm already able to load the model with default-texture and render to screen, but I don't have any clue how to add the dynamic texture to the front-side of the model.