DisplacementMap for StandardMaterial #88
Answered
by
jnsmalm
goldenratio
asked this question in
Q&A
-
Hi, was wondering do we have DisplacementMap like in three.js https://threejs.org/docs/#api/en/materials/MeshStandardMaterial.displacementMap in StandardMaterial? |
Beta Was this translation helpful? Give feedback.
Answered by
jnsmalm
Mar 20, 2022
Replies: 1 comment 1 reply
-
This is not supported when using standard material. You have to write your own material if this is needed, you can find example how to do this at https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/custom-material |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
goldenratio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not supported when using standard material. You have to write your own material if this is needed, you can find example how to do this at https://codesandbox.io/s/github/jnsmalm/pixi3d-sandbox/tree/master/custom-material