view3dscene 2.4.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News view3dscene 2.4.0 (Default branch)
# 1  
Old 02-20-2008
view3dscene 2.4.0 (Default branch)

Imageview3dscene is a viewer for VRML 1.0, VRML 2.0(aka VRML 97), 3DS, MD3, Wavefront OBJ, andCollada files. It supports viewing the scene inthe "Examine" mode and walking in the virtualworld with features such as collision detectionand gravity. Rendering is done using OpenGL. Abuilt-in ray-tracer allows the generation ofimages with more effects (like shadows andmirrors) and conforming precisely to the VRML 97lighting specification. The program can alsoconvert files from 3DS, MD3, and other formats toVRML and pretty-print VRML files.License: GNU General Public License (GPL)Changes:
Bump mapping was implemented; you can observe it(and experiment with various bump mapping methodsavailable) if the VRML model specifies normalmaps. GLSL shaders in VRML files are supported(specified using X3D syntax). Anti-aliasing isavailable. There is basic support of Collada modelformat (both 1.3.x and 1.4.x versions). WavefrontOBJ format handling wa improved. Examine modeallows you to rotate and move the scene by mousedragging. The --screenshot command-line option wasimplemented, to take screenshots in batch mode.Various "fill modes" were implemented.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
G3DVIEWER(1)						      General Commands Manual						      G3DVIEWER(1)

NAME
g3dviewer - a program to display and inspect 3D models SYNOPIS
g3dviewer [options] [<filename>] DESCRIPTION
After loading a valid model it should appear on the screen. Use the left mouse button to rotate the model. To move the view hold down the SHIFT key and use left mouse button. To zoom the model use the scroll wheel or hold the middle mouse button and move the mouse up or down. The right mouse button opens a context menu where you can open the model information dialog, set some options or change the background color. OPTIONS
--help Show summary of options "UNDOCUMENTED" OPTIONS There are also some options which are just for development. --parse-only Just parse the model and exit. SUPPORTED FILE TYPES
.3mf, 3dmf 3D Metafiles. .3ds, .prj 3D Studio objects. .b3d unknown, but 3D Metafile format. .cob Caligary TrueSpace objects. .dxf AutoCAD models. .iob Impulse Turbo Silver / Imagine objects. .lw, .lwo, .lwb LightWave objects. .md2 Quake 2 models. .nff Neutral File Format objects. .obj Wavefront objects. .q3o, .q3s Quick3D objects and scenes. .wrl VRML worlds. BUGS
Most import plugins are incomplete. The goal is not to crash on broken input but it is not always reached. AUTHOR
g3dviewer was written by Markus Dahms <mad@automagically.de> july 22nd 2005 G3DVIEWER(1)