I'd like to create some word on the 3D object. so i use the get image and texture object to do so. but it look blur. compare with the "print".How can i solve it? Thanks..
POSITION CAMERA 0,800,0
POINT CAMERA 0,0,0
CLS
CENTER TEXT 30,0,"abcdefghij"
GET IMAGE 1,0,0,60,17
MAKE OBJECT PLAIN 1,60,17,1
XROTATE OBJECT 1,90
TEXTURE OBJECT 1,1
YROTATE OBJECT 1,-90
POSITION OBJECT 1,0,50,0
SET OBJECT TRANSPARENCY 1,0
REM FLOOR
MAKE OBJECT BOX 2,800,2,800
POSITION OBJECT 2,0,-2,0
COLOR OBJECT 2,RGB(64,128,128)
WAIT KEY()
Beside, when i try to make my object 1 transparency, I barely can read the words.do u have any idea on this??
Best Regards.