OpenVRML 0.17.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OpenVRML 0.17.10 (Default branch)
# 1  
Old 10-26-2008
OpenVRML 0.17.10 (Default branch)

ImageOpenVRML is a VRML and X3D browser plug-in and C++ toolkitfor incorporating VRML support into applications.OpenVRML provides VRML97 and Classic VRML X3D parsers, a runtime, and an OpenGL renderer as C++ libraries. The renderer is fully separate from the runtime library so thatusers can also provide their own renderer.License: GNU Lesser General Public License (LGPL)Changes:
32-/64-bit parity and stream handling bugs in the XEmbed control were fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CITYGML2VRML(1) 						   User Commands						   CITYGML2VRML(1)

NAME
citygml2vrml - Convert citygml files to vrml DESCRIPTION
citygml2vrml v.0.1.4 (c) 2010 Joachim Pouderoux, BRGM This program converts CityGML files to a VRML97 representation More info & updates on http://code.google.com/p/libcitygml Version built on Jun 13 2011 at 19:28:08 with libcitygml v.0.1.4 Usage: citygml2vrml [-options...] <input.gml> [output.wrl] Options: -optimize Merge geometries & polygons with similar properties to reduce file & scene size (recommended) -comments Add comments about the object ids to the VRML file -center Center the model around the first encountered point (may be used to reduce z-fighting artifacts) -filter <mask> CityGML objects to parse (default:All) The mask is composed of: GenericCityObject, Building, Room, BuildingInstallation, BuildingFurniture, Door, Window, CityFurniture, Track, Road, Railway, Square, PlantCover, SolitaryVegetationObject, WaterBody, TINRelief, LandUse, Tunnel, Bridge, BridgeConstructionElement, BridgeIn- stallation, BridgePart, All and seperators |,&,~. Examples: "All&~Track&~Room" to parse everything but tracks & rooms "Road&Railway" to parse only roads & railways -minLOD <level> Minimum LOD level to parse (default:0) -maxLOD <level> Maximum LOD level to parse (default:4) -destSRS <srs> Destination SRS (default: no transform) citygml2vrml v.0.1.4 (c) 2010 Joachim Pouderoux, BRGM June 2011 CITYGML2VRML(1)