joaomcm

joaomcm ·

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

How to \altering the draw distance for klampt vis module

howto

Hi!

I'm currently using the klampt vis module to generate some 3D plots of my results in my project. However, the default draw distance of the module culls a part of my geometries. Is there a simple way to alter the draw distance of a visualization?

Than...

Joined GitQ

on