Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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
    3. 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
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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
    >
    >

    Christoffer Enedahl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139