You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(...))
The text was updated successfully, but these errors were encountered:
As in title, if i load multiple models i would like to combine them into one bigger one
The text was updated successfully, but these errors were encountered: