Home
last modified time | relevance | path

Searched refs:boardRadius (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/dvonn/
H A Ddrawer.h66 float boardRadius() const;
H A Ddvonnviewer.cpp244 drawer_->boardRadius() * drawer_->boardUpVector(); in initSpotLight()
253 setSceneRadius(drawer_->boardRadius()); in initViewer()
H A Ddrawer.cpp536 float Drawer::boardRadius() const { in boardRadius() function in Drawer
540 return boardCenter() + boardRadius() * Vec(0.0, -1.7f, 1.0); in defaultEyePosition()