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
Implement planar, cylindrical, and spherical texmap projection.
The method that ldraw uses for textures is different that the one that stud.io uses, which will cause missing textures when viewing your part in anything but stud.io. LDraw used projection of image files on your disk to display textures, where stud.io textures are base64 encoded PNGs stored in the file itself.
Implement planar, cylindrical, and spherical texmap projection.
The method that ldraw uses for textures is different that the one that stud.io uses, which will cause missing textures when viewing your part in anything but stud.io. LDraw used projection of image files on your disk to display textures, where stud.io textures are base64 encoded PNGs stored in the file itself.
TobyLobster/ImportLDraw#64
The text was updated successfully, but these errors were encountered: