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
lookat(1)						      General Commands Manual							 lookat(1)

NAME
lookat - X11 VRML viewer SYNOPSIS
lookat [-notitle | -title <title>] [[-url] <file.wrl>] DESCRIPTION
lookat is a simple X11 viewer for VRML files that uses libopenvrml. You can use the mouse to change the view. Clicking with the left mouse button and dragging the mouse around will rotate the view, while clicking with the middle mouse button and dragging around will move the scene closer and farther. The right mouse button will bring the viewpoint menu. OPTIONS
-notitle Do not use the URL as the window title. -title <title> Use <title> as the window title. -url <file.wrl>, <file.wrl> Specify a VRML file or URL to open. KEYS
Left Right Move the view left or right. , . Rotate the view left or right. Up Down Move the view forward or backwards. A Z Move the view up or down. a z Rotate the view up or down. PageUp PageDn Change to the next or previous viewpoint. r Home Reset the view. b Toggle alpha blending on or off. c Toggle culling on or off. d Toggle bspheres on or off. l Toggle lighting on or off. t Toggle texture mapping on or off. w Toggle wireframe rendering (polygons) on or off. EXAMPLES
On Debian systems, you can find VRML sample files in the /usr/share/doc/libopenvrml9/examples/ directory. AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org> for the Debian GNU/Linux system (but may be used by others). Debian Project August 2003 lookat(1)