0 Members and 4 Guests are viewing this topic.
But you know the position of the four vertices that make a segment?These are the edges of your clipping rectangle.
That looks so cool did you use #ExprOn? That could speed it up. I always forget to use that in my games...
This looks a lot like what ben_g did here. Was it made on purpose to compare your performances with GLib again ?
look great . The only thing who surprise me is that you have only 10 vertices displayed, and that it doesn't run so fast ... :troll:An other thing : can't you check the sign of thing like X2-X1 to see if face need to be remove or not ?
QuoteThat looks so cool did you use #ExprOn? That could speed it up. I always forget to use that in my games...Yeah actually I forgot to add that but it would have been over 2000 bytes then.