|
| | Re: LDForge - dev. plans and call for help
|
| (...) If you want a visual example on stipple, look at my LD4DStudio, it uses it for transparent stuff. In combination with depth buffer you don't need to sort anything just push the triangles and/or quad cords using glDrawElements and optionally (...) (15 years ago, 1-Apr-10, to lugnet.cad, lugnet.cad.dev, FTX)
| | | | Re: LDForge - dev. plans
|
| (...) Ah, thank you Travis! I got depth buffering working now. :) No more problems with polygon sorting.. -Santeri (15 years ago, 1-Apr-10, to lugnet.cad.dev, FTX)
| | | | Hispabrick Magazine 007
|
| (URL) It's that time again:we are happy to announce the release of Hispabrick Magazine 007 In this issue you will find some great articles about Technic, part 6 of an ongoing series of MINDSTORMS related articles, an interview with Michael Lachman, (...) (15 years ago, 1-Apr-10, to lugnet.announce, lugnet.cad, lugnet.publish, lugnet.robotics, lugnet.technic, FTX) !
| | | | Re: LDForge - dev. plans and call for help
|
| (...) Perfectly OK! now I wonder what could be a correct user interface for that... Philo (15 years ago, 1-Apr-10, to lugnet.cad)
| | | | Re: LDForge - dev. plans and call for help
|
| (...) In order for GL_DEPTH_TEST to work, you have to clear the depth buffer at the same time you clear the rest of the screen: glClearDepth(1.0); glClearColor(0.0, 0.0, 0.0, 0.0); glClear(GLCOLORBUFFERBIT GLDEPTHBUFFERBIT); (Note: the (...) (15 years ago, 31-Mar-10, to lugnet.cad.dev, FTX)
| |