doudouye
Results
1
issues of
doudouye
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...