-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Adding a method to draw images on a View object in 3D space, similar to what we can see when editing the position of a texture.
It would take 3 parameters:
- The coordinates of 4 points which will be the four corners of the image (the order of the points define the orientation of the image)
- An ImageRep object
- Optionally an opacity value.
View#draw_image(point_list, image_rep, opacity = 1)
FR-0083 on Centercode SU2018
noelwarr, Nazz78, merwaaan, thomas-hauchecorne and Eneroth3