Rendering of lines and points from glTF, more options for line nodes in X3D

Posted on

Lines from glTF, test model from https://github.com/KhronosGroup/glTF-Sample-Models/issues/124
Points in glTF
Lines in glTF

This is probably not the most sexy graphic effect announcement :), but the lines and points are useful to visualize a lot of things.

We have improved our glTF support to properly import points, lines (lines, line strips, line loops), and their materials.

We have also improved our X3D nodes capabilities by introducing TIndexedLineSetNode.Mode and TLineSetNode.Mode. This allows to comfortably and efficiently define lines, line strips, line loops in X3D.

Start the discussion at Castle Game Engine Forum