3d wireframe rendering?
starseeker opened this issue · 1 comments
starseeker commented
Hi! I was wondering, is is possible (or planned) to be able to render wireframes in the scene? Something along the lines of http://brlcad.org/gallery/picture.php?/96/category/12 ?
zauonlok commented
Wireframe rendering is possible. You can use the draw2d_draw_line
function to do that.
renderer/renderer/core/draw2d.h
Lines 10 to 11 in 618f8d6
This page describes the basic algorithm for line drawing and wireframe rendering: