Castle Game Engine: Convert SVG to X3D using X_ITE, to display SVG as geometry in Castle Game Engine

X_ITE is an open-source JavaScript library to display X3D (and a number of other formats) in a web browser, using WebGL. It was recently extended to import additional formats, and render them straight away or convert to X3D. The supported formats are now: X3D, VRML, glTF (GLB), OBJ, STL, and SVG. There is an accompanying …

Castle Game Engine: Rendering of lines and points from glTF, more options for line nodes in X3D

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 and . …