We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Box :scale="{ x: 1, y: 1, z: -1 }"> <BasicMaterial :props="{ side: THREE.BackSide, }"> <CubeTexture :path="''" :urls="['left.jpg', 'right.jpg', 'up.jpg', 'down.jpg', 'front.jpg', 'back.jpg']" /> </BasicMaterial> </Box>
up.jpg and down.jpg are swapped, and all the images are left and right reversed (set scale.z to -1 is not work).
Could you please to provide a valid cubetexture demo, thx.
The text was updated successfully, but these errors were encountered:
I have the same issue here, with Three.js example textures.
Sorry, something went wrong.
No branches or pull requests
up.jpg and down.jpg are swapped, and all the images are left and right reversed (set scale.z to -1 is not work).
Could you please to provide a valid cubetexture demo, thx.
The text was updated successfully, but these errors were encountered: