Re: [Plib-users] Loading geometry information
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2001-06-10 10:55:32
|
Ben Woodhead wrote:
> Is it possible to send geometry information without using a model
> loader.
You can *create* geometry without a loader - yes.
> I would like to send the model information across a network
> using worldforge.
I don't know much about worldforge. Generally, to sent something
over a network, you have to convert it to a neutral format - and
probably the best way to do that would be to save it to disk and
transmit the file across the net...but it depends a LOT on how
much generality you need and the volume and speed of data you expect
to send.
> Also how do I setup a height field.
You could check the example program:
examples/src/ssg/majik
...that creates a polygonal skin from a regular height field.
----------------------------- Steve Baker -------------------------------
HomeMail : <sjb...@ai...> WorkMail: <sj...@li...>
HomePage : http://web2.airmail.net/sjbaker1
Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net
http://agtoys.sf.net http://prettypoly.sf.net
http://freeglut.sf.net http://toobular.sf.net
|