FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   translation for textSpace() not working?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: translation for textSpace() not working?  (Read 352 times)
_C


translation for textSpace() not working?
« on: Nov 29th, 2004, 5:02pm »

hi  
 
textSpace(SCREEN_SPACE);  doesnt work properly if you try to translate the text later on, right?  
 
is there another possibility to get real smooth text
also concerning 3d text? i know the fasttext method,
but maybe theres another...  
 
thank you for help
c
 
textSpace imean...
« Last Edit: Dec 1st, 2004, 1:29am by _C »  
der.clemens

WWW
Re: translation for textSpace() not working?
« Reply #1 on: Dec 4th, 2004, 4:47am »

hi,
 
du kanns mit textSpace(SCREEN_SPACE); deine typo
nett hinkriegen, aber nur in 2d;
wenn du typo im 3d-raum verwenden willst brauchst
du textSpace(OBJECT_SPACE);
dabei ist dann die typo - wie normal - nicht so toll.
 
lunetta

7200475272004752 WWW Email
Re: translation for textSpace() not working?
« Reply #2 on: Dec 4th, 2004, 5:23pm »

and in english that would be...
 
_C


Re: translation for textSpace() not working?
« Reply #3 on: Dec 4th, 2004, 8:27pm »

textSpace(SCREEN_SPACE) is nice for 2d text use,
if you want to use 3d text, then use  
textSpcace(OBJECT_SPACE), even if the display
is not really good.  
 
but maybe it is worth thinking whether 3d text
does make sense anyway.
« Last Edit: Dec 4th, 2004, 8:28pm by _C »  
Pages: 1 

« Previous topic | Next topic »