pptk icon indicating copy to clipboard operation
pptk copied to clipboard

Resizing the viewer window

Open forrocsaba opened this issue 6 years ago • 4 comments

Hi,

I cannot seem to change the size of the viewer window in order for it to not be square, as by default.

I do not find any attributes for the window size.

forrocsaba avatar Jun 21 '19 11:06 forrocsaba

i forked the project and add an option to resize the viewer window https://github.com/3dsman/pptk

usage: v.set(window_size = (1000,500))

3dsman avatar Aug 15 '19 20:08 3dsman

Hi, I'm trying to modify the window size of the viewer, but I get an ImportError because it is not possible to import kdtree from pptk.kdtree. Was modified something related with this characteristic in your version?

Thanks!

juacarri avatar Oct 17 '19 11:10 juacarri

Hi , Nice library , thanks @3dsman for the resize window patch, just wondering why the master is locked to 512x512 resolution, must be some reason ? pptk/viewer/main.cpp viewer.resize(512, 512);

stevefoy avatar Dec 02 '19 12:12 stevefoy

@3dsman @juacarri I got same issue: ImportError: cannot import name 'wheel' from 'pip._internal' (/home/malcolm/anaconda3/lib/python3.7/site-packages/pip/_internal/init.py)

MCLYang avatar Aug 21 '20 13:08 MCLYang