Home › Forums › Graphics / Blender › Image texture low resolution – AR
- This topic has 7 replies, 3 voices, and was last updated 6 months, 2 weeks ago by
Alexander Kovelenov.
-
AuthorPosts
-
2025-05-07 at 3:02 pm #81789
gestion
CustomerHi,
When I export my object in augmented reality, the image texture quality becomes very low.
It seems to be compressed somehow.
How can I ensure no compression ? I don’t mind to mind to wait a few seconds (the object currently appear in AR almost instantly)For comparaison, I have exported my object using Verge3D and with another tool so we can clearly see that Verge3D compress the image.
I am using an Iphone (but the issue is similar on android).
The image texture is 4096×4096 and 3,66Mo.2025-05-08 at 7:40 am #81801
Alexander KovelenovStaffHi,
Perhaps it’s not the texture, but the reduced resolution of the 3D canvas. Try to switch your canvas to native resolution mode to see the difference.2025-05-09 at 6:41 am #81821gestion
CustomerThe issue seems to come from the function “export_to _usdz”.
According to another post this function reduces textures to 1024 when exporting to usdz.How can I avoid this compression ?
Here is the other post2025-05-09 at 3:10 pm #81831kdv
ParticipantHow can I avoid this compression ?
open visual_logic.js and find there
function imageToCanvas(image, color).
replaceconst scale = 1024 / Math.max(image.width, image.height);withconst scale = 1;Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2025-05-09 at 7:13 pm #81832gestion
CustomerI have been through “visual_logic.js” and I connot find this imageToCanvas function
2025-05-09 at 10:59 pm #81833kdv
ParticipantLooks like they moved the exporter from puzzles.min.js to v3d.js
Search for maxTextureSize:1024inside v3d.jsPuzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2025-05-10 at 7:43 am #81837gestion
CustomerGreat ! Yes that fixed the issue !
Thank you
2025-05-12 at 6:04 am #81863
Alexander KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.




