z64a / star-rod

Tools for editing Paper Mario 64 assets
MIT License
11 stars 3 forks source link

Improved Line Rendering #3

Open z64a opened 4 months ago

z64a commented 4 months ago

Current rendering of line primitives in the map editor uses deprcated features for GL_LINES like glLineWidth and glLineStipple, which are rendered differently on different platforms. These should be replaced by a modern, shader-based approach.