Load File Mesh

Imports OBJ/FBX from File. Outputs Mesh.

/**
 * Node that loads a mesh from an external file (FBX, OBJ, etc.).
 * 
 * Imports mesh data from disk files with configurable import settings.
 * 
 * Usage:
 * 1. Configure file path and import settings
 * 2. Output is the imported mesh data
 */
Parameter
Description

File

FilePath

Standalone Morph Target to retrieve the Delta from.

Use T0 Pose

boolean

Whether to use T0 Pose

Coordinate System

enum

Base Coordinate System

Front Axis

enum

Base Front Axis

Up Axis

enum

Base Up Axis

Last updated