View Single Post
  #2  
Old 04-03-2008, 08:33 AM
Elittdogg Elittdogg is offline
Member
 
Join Date: Aug 2007
Posts: 77
I think I might have figure out to do the text thing but now when I try to add a second letter it won't even show up
so I have:

A = viz.add(viz.TEXT3D,'A', viz.RELATIVE_LOCAL)
A.translate(.17,.985,4.2)
A.color(0,0,0)
A.scale(.2, .2, 2)

H = viz.add(viz.TEXT3D,'H', viz.RELATIVE_LOCAL)
H.translate(0,.95,4.2)
H.color(0,0,0)
H.scale(.2, .2, 2)


But the H won't show up and I don't know why. I tried it with something much more random like 'quibeqf' as the text but that didn't show up either. Any ideas??? I need to be able to use 11 letters total
Reply With Quote