-1

How does one avoid having blurred graphics when exporting a graphic in .obj format from VoxEdit to XCode?

Graphic as created in VoxelEdit

When the exported .obj and .png are imported into XCode as a .scn file, the graphic lines are blurred:

The same graphic as it appears as a .scn in XCode

rswayz
  • 1,122
  • 2
  • 10
  • 21

1 Answers1

0

The key attributes in the Materials inspector in order to retain the crisp lines of the original Voxel graphic are:

Min/Mag/Mip filter: None
WrapS/T: Clamp

.scn file more closely resembling the original

rswayz
  • 1,122
  • 2
  • 10
  • 21