ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Trees on terrain (Sdk)
Trees on terrain // SdkscuzJan 20, 2003, 12:57am
can sombody eather make or tell me how to make a bot that will make a forest
and keep the trees right on top of the terrain kahJan 20, 2003, 8:24pm
"scuz" <webmaster at awscape.com> wrote in
news:3e2b6588$1 at server1.Activeworlds.com: > can sombody eather make or tell me how to make a bot that will make a > forest and keep the trees right on top of the terrain Query the terrain first, then give your trees random X and Z positions, then compute the Y value for those positions, according to the terrain query results. You'll have to do a bit of maths though. KAH .duo.Jan 21, 2003, 12:20am
Yeah, how do you query tertain? >_<
How do you edit it? How do you access what you queried? How do you know which terrain is in which cell? [View Quote] bowenJan 21, 2003, 12:26am
[View Quote]
Only the 1337 peeps know. The terrain documentation is just poor. It took 4 of us
to decipher it once... and that was just to level terrain in a given area. --Bowen-- scuzJan 21, 2003, 1:44am
i know how to lvl it, thats easy in vb comwrapper, its getting the heights
that confuzes me [View Quote] baron chazradJan 21, 2003, 7:25am
Like i said AW's best kept secret... you cant have us lowly amateurs
messing around with terrain do you? If you want to know you just have to struggle to become one of the elite few that got the inside info... "bowen" <thisguyrules at 7k2.4mg.com.ANTISPAM> wrote in news:3e2cafe0$1 at server1.Activeworlds.com: > [View Quote] kahJan 22, 2003, 4:33pm
".duo." <ncommons at attbi.com> wrote in
news:3e2da706$1 at server1.Activeworlds.com: > How do you use the com wrapper? >_< Like any other API? KAH kahJan 23, 2003, 6:51pm
".duo." <ncommons at attbi.com> wrote in news:3e304c49$1
at server1.Activeworlds.com: > I'm not really familiar with API in VB... API is an abbreviation of Application Programming Interface. Any component not part of a program used by a program for functionality can be called an API. The COM wrapper is an API, D3D is an API, Winsock is an API, etc. I believe there are installation instructions provided with the COM wrapper. |