I can't drag my 3d WOOD
object by z-axis. I tried:
class Wood(Draggable):
def __init__(self):
super().__init__(
parent='scene'
model='wood'
--all another parametres--
)
# it doesn't work. Wood moving only by x-axis and y-axis.