scrolling text in a window

FP's icon

hi,

i suppose it's very easy but my knowledge is to low to do it.
i have on screen a scrolling text with jit.gl.text2D, and i want it only in a little window
does somebody can help me ?
thx.

Max Patch
Copy patch and select New From Clipboard in Max.

here's a patch to explain :

Rob Ramirez's icon

easiest probably to capture to texture, render to a videoplane, and position the videoplane wherever you like:

Max Patch
Copy patch and select New From Clipboard in Max.

FP's icon

ok. i see.
and how to change the dimensions of this texture please ?
thx.
f./

Rob Ramirez's icon

"dim" attribute to gl.texture. i think it can only be up to the size of the rendering context. you can change the rendering context size by setting the "size" attribute in your window. best to set this up with the inspector, and not mess with it once you start rendering.

DRKOSS's icon

this was super helpful. cheers.