Replies: 1 comment 10 replies
-
Happy new Year Sergei! from vedo import *
s = Sphere().lw(1)
img = Image(dataurl+"images/dog.jpg") # this is 3D
img = img.clone2d("top-right").ontop(True) # this is a 2D copy of it
show(s, img, bg='wheat') Also check out this example. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy New Year, everyone!
I discovered that there is no longer the option ontop=True in Image() function which was very useful to me in Image2D() in the previous versions of vedo. How can I keep a picture on top of everything else in a renderer now?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions