Models

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with " == Overview == As a 3d application platform, models are one of the most important content types in OpenSimulator. There are currently three forms of models supported by Open...")
 
(Overview)
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
* Parametrized Primitives (often called "prims")
 
* Parametrized Primitives (often called "prims")
 
* Sculpted Primitives (often called "sculpts" or "sculpties")
 
* Sculpted Primitives (often called "sculpts" or "sculpties")
* Vertex Meshes
+
* Meshes ( [[Mesh]] )
  
 
Each has their own strengths, drawbacks, and quirks.
 
Each has their own strengths, drawbacks, and quirks.
 
  
 
== Creation Process ==
 
== Creation Process ==
Parametrized primitives can be created in world with build functionality.  
+
Parametrized primitives can be created in world with build functionality. This is done by using the right-click menu, and clicking the "Build" button.  This will pop up a window which allows you to select a shape to create in world. Once this shape has been created, you can use the window to change the parameters which control the shape of the primitive.
 +
  
 
Sculpted primitives are defined by a special bitmap image which can be created with 3d modeling programs which support sculptures.  
 
Sculpted primitives are defined by a special bitmap image which can be created with 3d modeling programs which support sculptures.  
 +
 +
  
 
Mesh files can be created in many 3d modeling programs such as Blender, 3DS Max, Maya, etc. Note that while mesh support within viewers is becoming more ubiquitous, it is not universal.
 
Mesh files can be created in many 3d modeling programs such as Blender, 3DS Max, Maya, etc. Note that while mesh support within viewers is becoming more ubiquitous, it is not universal.
  
 +
see [[Mesh]] page for more information.
  
 
== Format Breakdown ==
 
== Format Breakdown ==

Revision as of 14:43, 1 August 2017

Overview

As a 3d application platform, models are one of the most important content types in OpenSimulator.

There are currently three forms of models supported by OpenSimulator:

  • Parametrized Primitives (often called "prims")
  • Sculpted Primitives (often called "sculpts" or "sculpties")
  • Meshes ( Mesh )

Each has their own strengths, drawbacks, and quirks.

Creation Process

Parametrized primitives can be created in world with build functionality. This is done by using the right-click menu, and clicking the "Build" button. This will pop up a window which allows you to select a shape to create in world. Once this shape has been created, you can use the window to change the parameters which control the shape of the primitive.


Sculpted primitives are defined by a special bitmap image which can be created with 3d modeling programs which support sculptures.


Mesh files can be created in many 3d modeling programs such as Blender, 3DS Max, Maya, etc. Note that while mesh support within viewers is becoming more ubiquitous, it is not universal.

see Mesh page for more information.

Format Breakdown

Generally speaking, parametric primitives are best suited for simple geometric objects and for allowing collaborative in-world building. They are by far the most reliable and understood of the three formats. However, primitives contain a great deal of extraneous geometry used to enable their parametric behavior (in-world building/deformation with sliders).


Sculpted primitives are ideal for creating organic shapes (such as trees, body parts, sculpted surfaces) when you want to be sure of backwards compatibility. Unfortunately, they have a high amount of geometric detail which cannot be altered by the creator and can be difficult to texture properly.


Mesh files are excellent for experienced content creators, especially those coming to OpenSimulator from other 3d platforms. When correctly utilized, they can have as much expressiveness as sculpted primitives and more efficient geometry than parametric primitives. The learning curve for mesh file creation is somewhat steeper, and there is more ways to get in trouble using it.

Personal tools
General
About This Wiki