How to implement image cropping? #1182
-
Hi, I need to implement crop functionality for planes with image texture materials (regular old crop, think Photoshop/GIMP clone) I see that Three has "clipping planes" but I'm having trouble finding examples, docs, guidance on how to approach this, especially with r3f. Can anyone help? Cheers in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
i havent used them but it would be the same way you implement them in three. theres really no difference in the api, these are the same ole threejs objects just with brackets around them. |
Beta Was this translation helpful? Give feedback.
-
Sorry I've changed the title, and also posted a question here https://discourse.threejs.org/t/image-cropping-how-to-approach-this-problem/25083 |
Beta Was this translation helpful? Give feedback.
i havent used them but it would be the same way you implement them in three. theres really no difference in the api, these are the same ole threejs objects just with brackets around them.