text - How do I draw 2D fonts in processing P3D mode? -


i'm running sketch array of points in 3d space (p3d). i'd add interface drawing text if "onscreen"/2d, using "x, y" parameters.

when tried adding "text("!@#$%", width/2, height/2);" rendered in 3d space.

is possible? tried "textmode(screen) doesnt exist in processing 2 anymore.

a workaround comes mind create 2d pgraphic has same width/height sketch, give transparent background, draw text want on it, , draw pgraphic onto real sketch if copying on image source data.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -