Hi everyone,
I would like to render our characters in 3D in our charactersheet. The character sheet can be accessed when playing so my idea is to pause the gameplay for the “level”, grab the backbuffer and have that set as background so it looks like you simply paused the game. However I would like to stay in the level and render a small viewport with a 3D character in it. Hope it makes sense.
My question is… .where would i start? I know i can make a scenecapture component and render to texture etc. However I am abit confused as how todo this when i want to render a completely different “level” (ie my rotating 3D character) while I am in my gamelevel.
C++ is no problem… .i will go asm if necessary
Cheers,