Skip to content

Builder methods to combine multiple .dff and .col files #5

Description

@CrosRoad95

As in title, if i load multiple models i would like to combine them into one bigger one

dffA = load(modelA)
dffB = load(modelA)
dffC = load(modelA)

dffA.Append(dffB, Matrix(...)) // Append model B into model A with matrix ( position and rotation )  offset
dffA.Append(dffB, Matrix(...))
dffA.Append(dffC, Matrix(...))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions