3D file viewer: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Added link to Category: 3D graphics)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==See Also==
 
=STL=
*GitHub has a viewer now - [https://github.com/blog/1465-stl-file-viewing]
*STL Viewer for Linux, works well in Ubuntu - [http://meshlab.sourceforge.net/ Meshlab]
* http://www.3deefab.com/en/faq/viewers
* [http://www.plasticstoday.com/articles/quickparts-adds-3d-stl-viewer-online-quoting Quickparts adds 3D STL viewer to online quoting]
* [http://www.plasticstoday.com/articles/quickparts-adds-3d-stl-viewer-online-quoting Quickparts adds 3D STL viewer to online quoting]
* [http://i.materialise.com/blog/entry/free-stl-viewer-helps-in-making-your-model-3d-print-ready Free stl viewer helps in making your model 3D print ready] - Their STL viewer detects whether a model is ''watertight'', that is, all edges of the triangles of which the  model consists of need to have a mutual edge with another triangle.
* [http://i.materialise.com/blog/entry/free-stl-viewer-helps-in-making-your-model-3d-print-ready Free stl viewer helps in making your model 3D print ready] - Their STL viewer detects whether a model is ''watertight'', that is, all edges of the triangles of which the  model consists of need to have a mutual edge with another triangle.
*[[FreeCAD]] opens STL files
=STEP=
*[[VariCAD Viewer]] is available for Linux
=Web Formats=
For embedding 3D models in web pages, it is suggested to export them in one of the following formats:
# [http://www.x3dom.org/ X3DOM], which needs a modern, [[wikipedia: WebGL| WebGL]]-enabled browser
# [[wikipedia:X3D|X3D]] (needs a browser plugin or Java Applet)
# VRML (needs a browser plugin or Java Applet)
# [[wikipedia:COLLADA|COLLADA]] (see the [http://code.google.com/p/o3d/wiki/ColladaConverter COLLADA file converter], which allows you to import files created using [http://sketchup.google.com/ Google SketchUp], Autodesk 3ds Max, and Autodesk Maya into the WebGL implementation of [http://code.google.com/p/o3d/ O3D])
'''VRML''' is the Virtual Reality Modeling Language, a standard file format to display 3D models on the web. The most common way to display, show, navigate, browse, play, or view VRML files, models, or worlds (.wrl file extension) is with a VRML plugin, also known as a VRML viewer, player, browser, reader, add-on, client, toolkit, program, software, or ActiveX control. You must download and install the VRML plugin in Internet Explorer, Firefox, Google Chrome, or other browser. Most of the VRML plugins can also display X3D files. The current version of VRML is referred to as VRML 2.0 or VRML97.
'''X3D''' is an open standards file format and run-time architecture to represent and communicate 3D scenes and objects using XML. It can be thought of as the next generation of VRML. X3D files can be displayed with an X3D plugin, viewer, browser, program, or toolkit. Most of the X3D plugins also display VRML files.
'''X3DOM''' is a framework to support X3D in HTML and rendered with WebGL. No plugin is required although it is or will be supported in more recent versions of Firefox, Chrome, and Safari.
<ref>http://cic.nist.gov/vrml/vbdetect.html</ref>
=For WebGL-Enabled Browsers=
If you're using a [http://www.khronos.org/webgl/wiki/Getting_a_WebGL_Implementation WebGL-enabled browser], you can choose one of these options:
=Blender to WebGL exporter=
See [http://www.rozengain.com/blog/2010/03/15/blender-to-webgl-exporter/]
(how to install: [http://code.google.com/p/blender-webgl-exporter/wiki/InstallScript])
=GLGE and COLLADA files=
# Export the model to a COLLADA file
# Use [http://www.glge.org/ GLGE] to display it (TODO: explain how to do this)
=See Also=
* [[CAD tools]]
* [[CAD tools]]
*[[STEP Files]]


=References=
<references/>


[[Category: Software]]
[[Category: Software]]
[[Category: 3D graphics]]
[[Category: CAD]]
[[Category:Digital Fabrication]]

Latest revision as of 05:04, 12 May 2013

STL

STEP

Web Formats

For embedding 3D models in web pages, it is suggested to export them in one of the following formats:

  1. X3DOM, which needs a modern, WebGL-enabled browser
  2. X3D (needs a browser plugin or Java Applet)
  3. VRML (needs a browser plugin or Java Applet)
  4. COLLADA (see the COLLADA file converter, which allows you to import files created using Google SketchUp, Autodesk 3ds Max, and Autodesk Maya into the WebGL implementation of O3D)

VRML is the Virtual Reality Modeling Language, a standard file format to display 3D models on the web. The most common way to display, show, navigate, browse, play, or view VRML files, models, or worlds (.wrl file extension) is with a VRML plugin, also known as a VRML viewer, player, browser, reader, add-on, client, toolkit, program, software, or ActiveX control. You must download and install the VRML plugin in Internet Explorer, Firefox, Google Chrome, or other browser. Most of the VRML plugins can also display X3D files. The current version of VRML is referred to as VRML 2.0 or VRML97.

X3D is an open standards file format and run-time architecture to represent and communicate 3D scenes and objects using XML. It can be thought of as the next generation of VRML. X3D files can be displayed with an X3D plugin, viewer, browser, program, or toolkit. Most of the X3D plugins also display VRML files.

X3DOM is a framework to support X3D in HTML and rendered with WebGL. No plugin is required although it is or will be supported in more recent versions of Firefox, Chrome, and Safari. [1]

For WebGL-Enabled Browsers

If you're using a WebGL-enabled browser, you can choose one of these options:

Blender to WebGL exporter

See [2] (how to install: [3])

GLGE and COLLADA files

  1. Export the model to a COLLADA file
  2. Use GLGE to display it (TODO: explain how to do this)

See Also

References