Mark Lin

Results 4 comments of Mark Lin

I got it, Thanks your reply and support

Hello: I have some progress, similar your thought: drag the block to workspace, then check the input and create block and append, but my codes is dirty for now ,I...

> > Hi: if I save TextureFrame every 1 or 5 frame, how could I merge total camera images to final worldMeshes, not just the last frame. Can you gives...

Update USDConverter.swift Line: 179 : `return duplicates.map({ $0.name }).contains(matName)` to ``` if #available(macOS 14.0, *){ return duplicates.map({ $0.name }).contains(matName) }else{ return duplicates.map({ $0.simpleName }).contains(matName) } ``` Fix the MTL file...