ExportSceneToObj icon indicating copy to clipboard operation
ExportSceneToObj copied to clipboard

Export unity scene or FBX to obj file. 导出Unity的场景或FBX到obj文件。

Results 1 ExportSceneToObj issues
Sort by recently updated
recently updated
newest added

Vector3 pos = new Vector3(-(startY + y), tData[startX + x, startY + y], (startX + x)); tVertices[y * w + x] = Vector3.Scale(meshScale, pos) + terrainPos; These line make pos's...