Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CrosRoad95 opened this issue Apr 1, 2023 · 0 comments
Open

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

CrosRoad95 opened this issue Apr 1, 2023 · 0 comments

Comments

@CrosRoad95
Copy link
Contributor

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(...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant