Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!cs.tamu.edu!genetti From: genetti@cs.tamu.edu (Jon Genetti) Newsgroups: comp.sys.sgi Subject: How to map text onto objects Message-ID: <9011270138.AA21581@neuron.tamu.edu> Date: 27 Nov 90 01:38:30 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 32 Someone stopped by today with a problem. He needs to put some text on a polygon and then move/rotate the polygon - something similar to the buttonfly demo. This part works ok using cmov and charstr: +----------------+ | some text | +----------------+ Now if the polygon is moved back, the length of the string is not scaled down, i.e. +--------+ | some t|xt +--------+ and when rotated, the starting point of the text is transformed ok, but the text is not, i.e. +---- | ---- + some text+ ---- | ---- | ----+ The closest thing I saw to solving the problem would be to have the text be a texture map - but we don't have a VGX. Is there any way to do this on a personal iris or a GTX running 3.3.1? thanks, jon genetti (genetti@cs.tamu.edu)