text as single lines from jit.gl.text3d / jit.robcross or similiar

Tobias Rosenberger's icon

if i render jit.gl.text3d to matrix and process it with jit.robcross i get the edges of the the text objects (the edges of my letter are white, the inside is black). i am also alternatively looking to get the shape of the letter / font just as one line, but wasn't lucky either to adjust some settings for jit.gl.text nor finding an alternative for jit.robcross... is there a quick way / nice object doing that?

5173.ScreenShot20130312at14.54.13.png
png
Tobias Rosenberger's icon
Max Patch
Copy patch and select New From Clipboard in Max.

this is what i get:

and the image attached is what i also want be able to get (from jit.gl.text3d)

5176.ScreenShot20130312at20.57.31.png
png
Rob Ramirez's icon

you might want to try the cv.jit.erode object (from the cv.jit third party externals), instead of the robcross filter.

Tobias Rosenberger's icon