Hi Marcus,
 Thanks for the information. Unfortunately I cannot give out the opengl
program just yet cause it has other stuff that is proprietary. But the
idea is to split the model in such a way (< 64k vertices/per geometry)
that you can use 16 bit indices. Then use standard VBO to load the
model into video memory and render. You can find programs in the
nvidia sdk to achieve this. It is a standard run of the mill
opengl+glut program when everything else is stripped. Note we have FX
3400G cards so your mileage may vary.
How much time does the dragon model take to load for you guys
it takes me a lot of time to load the model (around 1 hour).
Is there anyway to make this faster ? In our opengl program
it takes less than a min!

Manju


On 6/9/05, Marcus Roth <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> > ...
> > is able to split a ply geometry into a number of osb files. The tool
> > works offline and is able to load and convert even the stanford
> > michelangelo
> > with 50 mil polygons. The result of the progr. are a number of
> > osb-files. I'm using this files to do distributed loading on a cluster.
> > ...
> 
> I mean the stanford david model of michelangelo :-)
> 
> Marcus
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users
>


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to