Release Notes: It is now possible to navigate in the Walk and Fly modes by mouse dragging. Mouse 3D device support was added. Screen-space ambient occlusion is implemented (see menu item "View -> Screen Effects"). 3D lights can be edited interactively (see the "Edit -> Lights Editor" menu item). All screen effects cooperate now with multi-sampling (anti-aliasing). UNIT statement from X3D 3.3 is implemented. VisibilitySensor node is supported. Many fixes to triangulating concave polygons. Other minor improvements and optimizations coming from using Castle Game Engine 4.0.0.


Release Notes: It is now possible to navigate in the Walk and Fly modes by mouse dragging. Mouse 3D device support was added. Screen-space ambient occlusion is implemented (see menu item "View -> Screen Effects"). 3D lights can be edited interactively (see the "Edit -> Lights Editor" menu item). All screen effects cooperate now with multi-sampling (anti-aliasing). UNIT statement from X3D 3.3 is implemented. VisibilitySensor node is supported. Many fixes to triangulating concave polygons. Other minor improvements and optimizations coming from using Castle Game Engine 4.0.0.


Release Notes: Many improvements to Collada rendering and conversion to X3D. Geometry shaders are supported. The "Limit FPS" option is implemented, to not exhaust CPU. More image formats are supported for textures (GIF, TGA, XPM, PSD). A menu item to take a screenshot with a transparent background. A new command line option to choose an initial viewpoint. Improvements and optimizations to shadow maps and Variance Shadow Maps. Color interpolators work in HSV space.


Release Notes: X3D models can be saved to disk using the X3D XML encoding. Conversion from VRML 2 to X3D is now possible. New menu items and command-line options were added to enable conversion to various VRML/X3D versions and encodings. The independent "tovrmlx3d" binary was added to the view3dscene release, specifically to perform conversions in batch mode. Saving VRML/X3D models to classic encoding was also improved with better handling of META tags, better indentation, and more reliable saving of models using shadow maps extensions.


Release Notes: Everything can be rendered using GPU shaders, with per-pixel lighting, perfect specular highlights, and other effects. Bump mapping and shadow maps work with multiple light sources now, and correctly cooperate with all texture settings. New extensions to composite GPU shaders are implemented. Conversion of 3DS, Wavefront OBJ, Collada, and others to X3D 3.2 is implemented. Bump map textures referenced from 3DS and Wavefront OBJ are now handled. The X3D light sources "global" field is supported. Headlight can be customized by a new headlightNode extension.


Release Notes: Rendering of dynamic scenes is much faster. GLSL attributes inside VRML/X3D files are allowed. Fog can be limited to specific shapes by the LocalFog node. The FogCoordinate node allows you to specify explicit fog density at each vertex. Loading of GLSL shader sources from a data URI is supported. Multiple viewports observing the same 3D model are implemented. The command-line options for making screenshots in batch mode are now more reliable. TouchSensor.hitTexCoord_changed event is implemented. The TouchSensor.hitNormal_changed event was improved to generate smooth normals.