RigidChips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Writing on chips

3 posters

Go down

Writing on chips Empty Writing on chips

Post by Warbird Sun Dec 12, 2010 12:25 am

I recently saw another japanese RC clip on youtube and there was a model with text on a chip.
Do you know how to do that? It looked really cool

Warbird
Tank
Tank

Posts : 60
Join date : 2010-10-27
Age : 29
Location : Germany

Back to top Go down

Writing on chips Empty Re: Writing on chips

Post by RA2lover Sun Dec 12, 2010 5:28 am

Line3D abuse(Scripting!)

the line3d function creates a 1 pixel line of a set color from a set position to another one.

the move3d function is basically a transparent line, used to move the point to another one. not using it will get your line centered at {0,0,0}.

it's syntax is:

_SETCOLOR(24bit color here)
_MOVE3D(x,y,z) -- transparent line used to move the "pencil"
_LINE3D(x,y,z)--draws a line with the setcolors' color.
RA2lover
RA2lover
Walker
Walker

Posts : 382
Join date : 2010-10-11
Age : 29
Location : Brazil

Back to top Go down

Writing on chips Empty Re: Writing on chips

Post by JHaskly Sun Dec 12, 2010 7:16 am

Actually, the move3d function sets the starting point of a line.

The line3d then draws a line from the current set point to the poiunt supplied to it (line3d). It then sets the starting point of the next line.

JHaskly
Admin

Posts : 235
Join date : 2010-07-16
Age : 28
Location : Brisbane

Back to top Go down

Writing on chips Empty Re: Writing on chips

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum