modify
R2026bSyntax
Description
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
modifies an existing 3D asset, outMesh = modify(trellisObj,inMesh,description)inMesh, based on a natural language text
instruction, description, using a trellis object,
trellisObj, and returns the modified 3D asset,
outMesh. The function uses trellisObj to modify
the asset texture, geometry, or both, depending on the instruction.
specifies one or more options using name-value arguments.outMesh = modify(trellisObj,inMesh,description,Name=Value)
Note
This feature requires Deep Learning Toolbox™ and a GPU with at least 16 GB of memory and a CUDA® compute capability of 7.0 or higher.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Limitations
macOS does not support generating 3D mesh assets from images or text prompts.
Version History
Introduced in R2026b


