Ask a Question related to Macromedia Director 3D, Design and Development.
-
hondo3000 webforumsuser@macromedia.com #1
draw a line
is it possible to draw a simple line from one point to another. i only want to use two points. i think that the #wire mode will not do the job because it is a way to render triangles only.
if anybody out there has an idea please let me know it
greetings
hondo3000 webforumsuser@macromedia.com Guest
-
draw line on top of bitmap
Hi, I am trying to draw bitmap on canvas and then lines on top of the bitmap. My code is attached. I found that the lines is alwasy underneath the... -
Draw line using Acrobat SDK
I want to draw line on pdf page. I have x,y coordinate depend upon that i want to draw line on page. Thanks in advance -
draw line as a Component
hi all, I have a Cancas A, then I want to display a line as A's display child but not a A's graphic child, how can I do it? thanks steve -
3D Draw Line?
Hi, I'm very new to 3D so I'm not sure if this is basic or not. I've created 2D hierarchical tree-structures in the past in using flash and I'm... -
Math to draw arrow on a line
Hi Anybody know the math to draw an arrow on a line that can point in any direction. The line is drawn using the lineto method. I'm building a... -
Reznor webforumsuser@macromedia.com #2
Re: draw a line
Hi,
One way is to use a cylinder with a very small radius.
Another way is to use a plane with a texture of a line on it. Everything that is not the line, should be made invisible with alpha values. (see topic 'transparent textures' in this forum). This could be quite difficult to position the line.
Reznor
Reznor webforumsuser@macromedia.com Guest
-
Christoffer Enedahl #3
Re: draw a line
Or 2 polygons shaped as a rectangle but very long one. no need for textures
unless you want an antialiased line, then you can have a texture with a line
thats sligly blurred on the edges.
"Reznor" <webforumsuser@macromedia.com> skrev i meddelandet
news:buitc5$go0$1@forums.macromedia.com...that is not the line, should be made invisible with alpha values. (see topic> Hi,
>
> One way is to use a cylinder with a very small radius.
>
> Another way is to use a plane with a texture of a line on it. Everything
'transparent textures' in this forum). This could be quite difficult to
position the line.>
>
> Reznor
>
>
Christoffer Enedahl Guest



Reply With Quote

