Eyeon:Manual/Fusion 6/FBX Mesh 3D

From VFXPedia

< Eyeon:Manual | Fusion 6
Revision as of 13:12, 16 August 2010 by SirEdric (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
FBX Mesh 3D

[ Main Manual Page ]


FBX Mesh 3D (FBX)

The FBXMesh3D tool is used to import polygonal geometry from scene files that are saved using the FilmBox (FBX) format. It is also able to import geometry from OBJ, 3DS, DAE and DXF scene files. This provides a method for working with more complex geometry than is available using Fusion's built-in primitives.

When importing geometry with this tool all of the geometry contained in the FBX file will be combined into one mesh with a single pivot and transformation. The FBXMesh tool will ignore any animation applied to the geometry.

The File -> Import -> FBX utility can be used to import an FBX and create individual tools for each camera, light and mesh contained in the file. This utility can also be used to preserve the animation of the objects.

If the

Global -> General -> Auto clip browse
option is enabled (default) then adding this tool to a composition from the toolbars or menus will automatically display a file browser.




External Inputs

FBXMesh3D.SceneInput
[ orange, required ] This input expects a 3d scene as it's input
FBXMesh.MaterialInput
[ green, optional ] This input will accept either a 2D image or a 3D material. If a 2D image is provided it will be used as a diffuse texture map for the basic material built into the tool. If a 3D material is connected then the basic material will be disabled.





Controls


Size

The Size slider controls the size of the FBX geometry that is imported. FBX meshes have a tendency to be much larger than Fusion's default unit scale, so this control is useful for scaling the imported geometry to match the Fusion environment.


FBX File

This control shows the filename of the currently loaded FBX. Click on the icon of the yellow folder to opena filebrowser that can be used to locate an FBX file. Despite the tools name this tool is also able to load a variety of other formats.

  • FBX ascii (*.fbx)
  • FBX 5.0 binary (*.fbx)
  • Autocad DXF (*.dxf)
  • 3D Studio 3DS (*.3ds)
  • Alias OBJ (*.obj)
  • Collada DAE (*.dae)


Object Name

This input shows the name of the mesh from the FBX file that is being imported. If this field is blank then the entire contents of the FBX geometry will be imported as a single mesh. This input is not editable by the user; it is set by Fusion when importing FBX files via the File -> Import -> FBX utility.


Take Name

This input shows the name of the animation take to use from the FBX file. If this field is blank then no animations will be imported. This input is not editable by the user; it is set by Fusion when importing FBX files via the File -> Import -> FBX utility.


Wireframe

Enabling this checkbox will cause the mesh to render only the Wireframe for the object. Currently only the OpenGL renderer supports wireframe rendering.


Visibility

Visible

If the visibility checkbox is not selected, the object will not visible in the display views, nor will it be rendered into the output image by the Renderer 3D tool. A non-visible object does not cast shadows.


Unseen by Cameras

If the Unseen by Cameras checkbox is selected, the object will be visible in the display views (unless the Visible checkbox is turned off), except when viewed through a camera. The object will not be rendered into the output image by the Renderer 3D tool. Shadows cast by an Unseen object will still be visible when rendered by the software renderer, though not by the OpenGL renderer.


Cull Front Face/Back Face

Use these options to cull (eliminate) rendering and display of certain polygons in the geometry. If Cull Back Face is selected, all polygons facing away from the camera not be rendered, and will not cast shadows. If Cull Front Face is selected, all polygons facing towards the camera will likewise be dropped. Selecting both checkboxes has the same effect as deselecting the Visible checkbox.


Ignore Transparent Pixels in Aux Channels

In Fusion 5 transparent pixels were rejected by the SW/GL renderers. To be more specific the SW renderer rejected pixels with R=G=B=A=0 and the GL renderer rejected pixels with A=0. This is now optional. The reason you might want to do this is to get aux channels (eg. normals, z, UVs) for the transparent bits. For example, suppose in post you want to replace the texture on an 3D element with a texture that is transparent in certain areas with a texture that is transparent in different areas, then it would be useful to have transparent bits set aux channels (in particular UVs). As another example suppose you are doing post DoF... you will probably not want the z channel to be set on transparent areas as this will give you a false depth. Also keep in mind that this rejection is based on the final pixel color including lighting if it is on. So if you have a specular highlight on a clear glass material, this checkbox will not affect it.


Lighting

Affected By Lights

If this checkbox is not selected, lights in the scene will not affect the object, it will not receive nor cast shadows, and it will be shown at the full brightness of its colour, texture or material.


Shadow Caster

If this checkbox is not enabled, the object will not cast shadows on other objects in the scene.


Shadow Receiver

If this checkbox is not enabled, the object will not receive shadows cast by other objects in the scene.


Matte

Enabling the IsMatte option will apply a special texture to this object, causing this object to not only become invisible to the camera, but also making everything that appears directly behind the camera invisible as well. This option will override all textures. See the Matte Objects section of the 3D chapter for more information.


Is Matte

When activated, objects whose pixels fall behind the matte objects pixels in Z do not get rendered.


Opaque Alpha

Sets the alpha value of the matte object to 1. This checkbox is only visible when the IsMatte option is enabled.


Infinite Z

Sets the value in the z channel to infinite. This checkbox is only visible when the IsMatte option is enabled.


Blend Mode

A blend mode specifies which method will be used by the renderer when combining this object with the rest of the scene. The blend modes are essentially identical to those listed in the documentation for the 2D Merge tool. For a detailed explanation of each mode see the documentation for that tool.


The blending modes were originally designed for use with 2D images. Using them in a lit 3D environment can produce undesirable results. For best results use the apply modes in unlit 3D scenes rendered in software.


OpenGL Blend Mode

Use this menu to select the blending mode which will be used when the geometry is processed by the OpenGL renderer. This is also the mode used when viewing the object in the display views. Currently the OpenGL renderer only support three blending modes.


Software Blend Mode

Use this menu to select the blending mode which will be used when the geometry is processed by the Software renderer. Currently the Software renderer supports all of the modes described in the Merge tool documentation except for the Dissolve mode.


Object ID

Object ID

This control is used to set the numeric identifier assigned to this object. The object ID is an integer number that will be rendered into the ObjID auxiliary channel of the rendered image when the Object ID option is enabled in the Renderer 3D tool. See the Object and Material ID section in the 3D chapter for more information.





Material Tab

The options which appear in this tab determine the appearance the geometry created by this tool. Since these controls are identical on all tools that generate geometry, these controls are fully described in the Common 3D Controls section of this documentation.

If an external 3D material is connected to the tool tiles material input then the controls in this tab will be replaced with the "Using external material" label.





Transform Tab

The options which appear in this tab determine the position of the geometry created by this tool. Since these controls are identical on all tools that generate geometry, these controls are fully described in the Common 3D Controls section of this documentation.




Tips for FBX Mesh 3D (edit)

Due to a limitation of Autodesk's FBX format, W coordinates cannot be imported or exported using OBJ or FBX files. --Chad 15:45, 5 October 2010 (EDT)



The contents of this page are copyright by eyeon Software.