heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

Resizing the viewer window #16

Open forrocsaba opened 5 years ago

forrocsaba commented 5 years ago

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.

3dsman commented 5 years ago

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))

juacarri commented 4 years ago

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!

stevefoy commented 4 years ago

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);

MCLYang commented 4 years ago

@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)