Open dev1intellial opened 8 years ago
Can you attach your code and an image
Thank you for your report, I'll investigate and let you know
Just tested image map, didn't find any issues in regular case.
Your code is too large. Can you please paste in which part of your code you have an issue. (Which object, material and texture. and attach texture also, because it can be a not power of two).
I am drawing 3D shape using parallax library. I have use MeshLambertMaterial to draw this shape but image is not showing properly.
I have used antiliasing true but still problem is there. What are the possibilities cause for this type of issue?
I have used below code :
The main issue is that when Object position is (0, 0, 0) but when position is changing then image is not rotating correctly. Means image is going to distorted when object is rotating. Tha main issue coming form onStart() , onUpdate() and getObject3D() method.