Mesh3d Op

Mesh3d

This op is deprecated!

It will not receive any updates

Load a 3D mesh - model into a scene , e.g. .FBX. DAE .OBJ (was: json3dmesh)


Load simple 3D-Meshes with the Mesh3D-op.
Supported formats are obj,.fbx, converted svg or other formats supported by Assimp, which cables uses internally. When you upload your own 3D-mesh to cables it will be auto-converted to json, which can be used with the Mesh3D-op.


Full Name
  • Ops.Extension.Deprecated.Json3d.Mesh3d
Visibility
  •  Extension Op - Visible to all users
License
  • MIT
AuthorgithubMaintained by Team


Example Patch 3D Mesh From File

Load simple 3D-Meshes with the `Mesh3D`-op. Supported formats are `obj`,.`fbx`, converted `svg` or other formats supported by [Assimp](https://github.com/assimp/assimp), which cables uses internally. When you upload your own 3D-mesh to cables it will be auto-converted to `json`, which can be used with the `Mesh3D`-op. Meshes can be scaled to a specific size easily.
Open In Editor

INPUT PORTS


Render (Trigger)

Trigger the op

file (String)

Click to load a file

Mesh Index (Number:integer )

Pick which mesh is loaded with multiple meshes in one file

Calculate Normals index (Number:integer )

Geometry

Calculate Normals (String)
Resize (Number:boolean )

Normalizes the size of a mesh to 1

New Size (Number)

Resize normalized mesh

Center (Number:boolean )

Centers object and overrides objects original center of origin

Merge All (Number:boolean )

Shows all meshes at once

Draw (Number:boolean )

Enables or disables rendering of the model.

OUTPUT PORTS


trigger (Trigger)

Next trigger

Geometry (Object)

Geometry output

Scaling (Number)

Scaling applied to mesh to normalize it with Resize

Mesh Name (String)

Patches using Mesh3d

  • Examples
  • Public
  • My Patches

Changelog


Ops.User.pandur.Json3dMesh2 renamed to Ops.Json3d.Json3dMesh2user avatarpandur - 2019-07-15 12:11
Ops.Json3d.Json3dMesh2 renamed to Ops.Json3d.Mesh3duser avatarpandur - 2019-07-15 12:20
Added output of Mesh nameuser avatarpandur - 2019-08-21 10:46
Ops.Json3d.Mesh3d renamed to Ops.Deprecated.Json3d.Mesh3duser avatarpandur - 2022-06-07 09:46