Seamless3d

Seamless3d

Infobox Software
name = Seamless3d


developer = Graham Perrett (AKA thyme)
latest_release_version = Seamless3d 2.133
latest_release_date = March 23, 2008
operating_system = Microsoft Windows
genre = 3D modeling software
license = MIT license
website = http://www.seamless3d.com

Seamless3d is open source 3D modeling software free and available for all under the MIT license [ [http://www.seamless3d.com/download/source.html] Download Source Code for Seamless3d] .

The models for the virtual reality world, Techuelife Island were created using Seamless3d technology. Techuelife Island was developed years before Second Life existed and is showcased by Blaxxun as an example of what is possible when using the interactive multi-user Blaxxun platform [ [http://x79.net/forum/viewtopic.php?t=32&postdays=0&postorder=asc&start=15] Blaxxun programmed Techuelife Island to be permanently shown in the places list for the Blaxxun home community server] [ [http://www.seamless3d.com/wrl/index.html] Techuelife Island is still in service to the public to this present day] [ [http://www.web3d-fr.com/news/news082001.php] 18/08/2001: Web3d-fr Techuelife Island: A beautiful world with a real personality] [ [http://home.snafu.de/hg/vrml/notebook.html] 2002 Holger Grahn (creator of Bitmanagement/Blaxxun Contact browser): Techuelife Island: A marvellous generated landscape with many scripted surprises] [ [http://www.blaxxun.com] Blaxxun Home Site]

English and French versions of Seamless3d are now supported and most Seamless3d tutorials have been translated to French. [ [http://pagesperso-orange.fr/matthieu/page_seamless3d.htm] Page Seamless3d de Thyme en français. Translated by Matthieu] [ [http://www.szarah.org/3d-time/index.php?num=131206] Seamless3d - 3d underground stories]

History

----

In 2001 Seamless3d was made freely available online as a C++ library [ [http://users.tpg.com.au/users/gperrett/seamless3d/c++] One of the first Seamless3d tutorials showing how to use the early C++ library] . The library centered around the creation of animated single mesh avatars for the Blaxxun 3d multi-user platform. It allowed the user to create smooth shaped triangle meshes and join different meshes together with tangent matching surfaces at the joining edges using a C++ compiler. [ [http://www.seamless3d.com/av/index.html] Some early examples of avatars made in late 2001 using the Seamless3d library and a C++ compiler] By February 2003 Seamless3d had been transformed into a GUI based 3d modelling application with a file format designed around VRML format. This allowed Seamless3d files to be edited using VrmlPad utilising its syntax checking.

In 2005 a script compiler was developed and in May 2006 Seamless3d was able to act as a web browser for seamless3d files containing complex scripted animations. [ [http://www.seamless3d.com/forum/viewtopic.php?f=1&t=18&sid=2b80eacb14a000ef7cf4114a33737fa3] Online C++ Scripted Hoppy Demo for 2.099]

In 2006 a set of specialised nodes for creating simple shapes such as: Sphere, Cylinder, Cone, Torus, Box and Bezier Lathe were added to make Seamless3d easier for the novice to quickly make simple models. [ [http://closed.forumactif.com/worlds-vrml-f40/seamless-t327-330.htm] Examples of vrml models created by school children using Seamless3d who had a very limited amount of learning time]

In 2007 the animation interface was greatly simplified by the introduction of a specialised control panel called the Anim bar. [ [http://www.seamless3d.com/forum/viewtopic.php?f=1&t=162&sid=1759c7420efeedf184901d8d79dd5a05] New Specialized Animation Controls for 2.121]

Towards the end of 2007 NURBS were introduced for making shapes and for synthesizing sounds. [ [http://www.seamless3d.com/forum/viewtopic.php?f=1&t=197&sid=1759c7420efeedf184901d8d79dd5a05] Creating a Sound Track Tutorial for 2.123] [ [http://www.seamless3d.com/forum/viewtopic.php?f=1&t=203&sid=1759c7420efeedf184901d8d79dd5a05] NurbsLathe for 2.127]

Build Node Technology

----

Seamless3d can be used as a mesh editor and an animator [ [http://www.revemonde.net/3d-worlds/seamless3d] Seamless3d can be used as a mesh editor and an animator] , however its key feature is its build node technology.

Build nodes allow the user to perform a sequence of complex operations in real time whenever a control point in the 3d window is dragged.

Low Poly Editing using NURBS

----

Seamless3d lets the user optimize meshes for real time graphics by allowing the user edit flat triangle meshes before they are curved into shape by shaping nodes such as NURBS patches

SeamlessScript

----

Seamless3d has its own built in script compiler which compiles SeamlessScript (a very fast light weight scripting language [ [http://forum.revemonde.net/viewtopic.php?p=14330&sid=4c27f38a6d389b8f2a06dfe0f2b4ee82] GiL the B's polygon subdivision script showcased for 2.105 is an example of SeamlessScript running 36.2 times faster than a fast JavaScript engine] ) into native machine code.SeamlessScript is designed to look and feel a lot like JavaScript while being able to be compiled by a standard C++ compiler. This allows the user to develop complex animation sequences using a C++ IDE which gives the user access to professional debugging aids such as single step execution.

eamless3d format

----

Seamless3d format (smls) is a text based human readable format with some aspects common to VRML. [ [http://www.seamless3d.com/lang] Seamless3d VRML format comparison]

The following example shows the code (containing SeamlessScript) for an animated spinning box:


#SMLS V2.127 utf8

Seamless{ effect ColorEffect{} skeleton DEF part Part{} build BoxBuild{ part USE part Anim{ play TRUE pause FALSE loop TRUE period 4 void onFrame(float v){ part.rotation = Rotation(0, 1, 0, PI * 2 * v);

Features

----

* Undo Redo
* Exports to VRML, X3D (including Humanoid Animation) and POV-Ray formats
* Imports VRML and X3D VRML Classic formats
* Imports Canal/Blaxxun Avatar Studio avatars [ [http://www.afoto.com/web3d/bookmarks.htm] Also does a good job of importing Avatar Studio avatars, translating them to single mesh, standard pose.]
* Imports Biovision Hierarchy Motion Capture (BVH) files.
* Support for FFmpeg which allows for the creation of AVI, MPG, MP4 and FLV movie formats.
* Transform hierarchies
* Morphing
* Skinned animation
* Partitioned texture mapping
* JPG and PNG texture formats (and BMP when using DirectX)
* Beziers & NURBS lathes and NURBS patches
* Tangent matched mesh joining
* Low poly modelling
* Built in script compiler
* Light weight C++ compatible script
* Software robot demonstration help
* Script based and key-frame based Animation
* Sound synthesis using NURBS
* Seamless3d files are a compact human readable text format

References

External links

* [http://www.seamless3d.com Seamless3d home page]
* [http://www.seamless3d.com/tut Tutorials]
* [http://www.seamless3d.com/forum Seamless3d Forum]
* [http://www.bumpy3d.com/gal Bumpy's 3D Model Gallery]


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Cinema 4D — Maxon CINEMA 4D Screenshot of CINEMA 4D Release 12 running under Windows 7 Developer(s) …   Wikipedia

  • OpenFX — Original author(s) Dr. Stuart Ferguson Operating system Windows License GNU General Public License Website http://www …   Wikipedia

  • 3D computer graphics software — 3D computer graphics Basics …   Wikipedia

  • Autodesk Maya — 2011 running on Windows 7 using realtime CGFX shaders …   Wikipedia

  • Adobe Flash — (formerly Macromedia Flash) is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements, games and flash animations for broadcast. More recently, it has been positioned as a… …   Wikipedia

  • VRML — For the language s successor, see X3D. VRML Filename extension .wrl (plain) .wrz (compression) Internet media type model/vrml x world/x vrml application/x cc3d …   Wikipedia

  • Poser — For the pejorative for a person who inauthentically adopts a certain subculture, see poseur. Poser Developer(s) Smith Micro Software Stable release Pro 2012 / September 2011 Operating system Mac OS X, Windows …   Wikipedia

  • Motion (software) — Motion Screenshot Of Motion 5 Developer(s) Apple Inc …   Wikipedia

  • Houdini (software) — This article is about a high end 3D animation software. For chess engine, see Houdini (chess). Houdini is a high end 3D animation package developed by Side Effects Software which is headquartered in Toronto, Canada. Its chief distinction from… …   Wikipedia

  • Dynamation (software) — Dynamation was a 3D computer graphics particle generator program sold by Wavefront to run on SGI s IRIX operating system. The core software was originally developed by Jim Hourihan while at Santa Barbara Studios, a visual effects company owned by …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”