X3D libraries
The libraries to work with X3D dataset

Bug List

File opengl_geometry_2D_level1.c++
The X3D specification mentions that a 2D shape viewed edge on disappears. This would mean having to computing the place and see if it is parallel to the view vector. If it is, then we should hide the shape. Left as is, it may still be seen somewhat.

File opengl_geometry_2D_level2.c++
The X3D specification mentions that a 2D shape viewed edge on disappears. This would mean having to computing the place and see if it is parallel to the view vector. If it is, then we should hide the shape. Left as is, it may still be seen somewhat.