tree and people billboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-24
08:13 AM
- last edited on
‎2023-05-11
02:38 PM
by
Noemi Balogh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-24 12:40 PM

regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-24 04:25 PM
Great tip.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-24 07:25 PM
Even though this is part of the 9.0 documentation, you will find it useful in 8.... and you can see our very own Matthew Lohden get masked and manipulated!
Karl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-25 02:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-25 10:11 AM
dx = GLOB_EYEPOS_X - SYMB_POS_X : IF dx = 0 THEN dx = 0.001
dy = GLOB_EYEPOS_Y - SYMB_POS_Y
azi = ATN(dy/dx) ! azimuth
ROTz (-90 + azi - SYMB_ROTANGLE) ! place face to camera
ROTx 90 ! stand up
ADDx -A/2 ! axis rotation
POLY_ 5, ! facette
...
DEL 3
Good luck for the deadline.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-25 11:16 AM
Then you can use the same routine for 2D Script.
ROT2 (-90 + azi - SYMB_ROTANGLE)
LINE2 -A/2, 0, A/2, 0
CIRCLE2 0, 0, A/2
DEL 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-25 01:57 PM
Thanks a lot for your help, i know im probably trying to do something a little bit beyond me, but im going to have to know these sort of things sooner or later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2004-10-25 03:27 PM
I just made an example for French users, look at it, i hope you will understand.
Replace the image's names by your own, and adjust the pixel's dimensions for each image.
Be sure that your images are loaded with your library.