Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

viewport scales weird when visualizing point #103

Open
reiniervandijk opened this issue Mar 20, 2013 · 1 comment
Open

viewport scales weird when visualizing point #103

reiniervandijk opened this issue Mar 20, 2013 · 1 comment
Labels

Comments

@reiniervandijk
Copy link

Whenever you draw a curve/surface/brep object and subsequently a point close or on that object, the viewport zooms out bigtime. Hard to replicate, but you see it a little bit already with:

(define-object point-test (base-object)

  :objects
  ((curve :type 'b-spline-curve :pass-down (control-points))
   (point :type 'point :center (the curve start)))

  :computed-slots
  ((control-points (list (make-point -10 0 0)
             (make-point -12 1.0 0.0) 
             (make-point -14 0.7 0.0) 
             (make-point -15 0.0 0.0) 
             (make-point -14 -0.5 0.0) 
             (make-point -12 0.3 0.0) 
             (make-point -10 0 0)))))

first visualize curve, then the point. You'll notice a little zoom out. In my case it zooms out 50 times more...

@genworks genworks added the $ label Jan 30, 2015
@genworks
Copy link
Owner

Open for submissions: $100

First make sure this bug is replicatable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants