joaomcm

joaomcm ·

krishauser/Klampt

How to \altering the draw distance for klampt vis module

howto

The author provided me with a simple solution to this problem.

In python, you can simply acquire the viewport, change its clipping planes and set it as the visualization's viewport again - like so:

vp = vis.getViewport()
vp.clippingplanes = [dmin,dma...