create text inside a 3D world

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

  1. #1

    Default create text inside a 3D world

    hello; I would like to have a sign in a 3d world, hanging from a wall maybe or
    a sign in front of a building; the text that I would like to display will come
    from a variable value: this_var = 'hello'; any thoughts on how to get text
    into a 3D world; thanks Shannon Burnett Asheville NC USA

    dsdsdsdsd Guest

  2. Similar Questions and Discussions

    1. Can't use return key to edit text inside a text box
      When I initially type a text in a text box, I can use the return key to create a space between paragraphs. Once I leave the text box I can't go back...
    2. Create filler component inside VBox
      Hi, I am building my layout in a dynamic way using action script. The layout consist of a HBox that contians several Grids in it. Each Grid may...
    3. Draw inside 3D world using passed vertices
      Hello, I would like to dynamically feed (from another program) a series of consecutive vertices (x,y, so they are all on the z=0 plane) into a 3D...
    4. Create a drop shadow inside the photo frame using InDesign??
      I've seen a technique where photos on a page have a drop shadow inside the frame in two adjacent sides. Can I create that effect in InDesign CS or do...
    5. Help to create 3d text in a 3d world member
      How can i create text in a 3d world?
  3. #2

    Default Re: create text inside a 3D world

    I was asking this question not so long ago. [ tmod01.shaderlist =
    obj.shader('your_shader')) Where '3Dworld' is the name of your 3D world, and
    'your_shader' is the name of a shader that you may have created. Of course,
    everything below the line obj.newModel('tmod01', tref01) is optional, and just
    has to do with positioning your text and formatting some of its 3D qualities.
    I think that code is right! Luke

    lduncalfe Guest

  4. #3

    Default Re: create text inside a 3D world

    Luke, thanks for your response; I will give your method a try;

    thanks
    Shannon Burnett
    Asheville NC USA
    dsdsdsdsd 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