Main Content

load

Load 3D models or actors into world object

Since R2024a

    Description

    load(world,source) loads the 3D models or actors in the source to the world object specified by world.

    Input Arguments

    collapse all

    World object where the 3D models or actors are loaded, specified as a sim3d.World object.

    Name of location from where source file is loaded, specified as a character array. The source can be a file path or file name. The load supports MAT files as source files.

    Version History

    Introduced in R2024a