Re: [AD] Remove the P3D code please!

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> > I have to agree with Tom. P3D is SLOW! Please do everyone a favor
> > and remove
> > it, or at least make
> > the face sort faster!
>
> what exactly are you thinking is slow (face sort) ?
> could you please tell me where (what file(s), routine(s), etc ?) as I
> haven't
> been following this code.
> i suppose Bertrand and others know what you are talking about, but I'd
like
> to have a glance too :)
> cheers

Um, well, actually it would seem to me that most of the routines are quite
slow. I was just saying that the face sort could be much faster (from
experience.) For example, I implemented something of a face sort using the
regular allegro 3D routines and got at least 50% more speed than I would
have if I had used the P3D routines. There's obvously something in there
that's causing the whole thing to slow down. I don't think the z-buffering
stuff should be messed with, because that's slow to begin with :) (In
software, anyway) The z-buffer routines, for software ones, are actually
quite nice, but I was just _really_ surprised that the face sort was so
slow! Perhaps doing something like a radix sort would make it better? (I
hear that's one of the fastest :)



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/