← Back to team overview

yade-users team mailing list archive

Re: [Question #699286]: Scene radius must be positive - Ignoring value

 

Question #699286 on Yade changed:
https://answers.launchpad.net/yade/+question/699286

    Status: Answered => Open

Mahdeyeh is still having a problem:
Thank you Karol for reply.

> from yade import qt
#open the view (If you have open any other view before this, please close it manually.)
v = qt.View()
# and try one of these
qt.center()
#or
v.showEntireScene()

I try it but nothing change. Again I had this warninig:

In [2]: <WARNING> GLViewer:248 virtual void yade::GLViewer::postDraw(): More than 500 grid segments (currently: 550) take too long to draw, using previous value: 6. If you need denser grid try calling: yade.qt.center(suggestedRadius,gridOrigin,suggestedCenter,gridDecimalPlaces); (each parameter is optional) to reduce scene grid radius. Current values are: yade.qt.center(suggestedRadius=13.717,gridOrigin=(0,0,0),suggestedCenter=(6.06378,9.62361,0),gridDecimalPlaces=4)
Press '-' (decrease grid density) in View window to remove this warning.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.