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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: