You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2021. It is now read-only.
I obtain a weird result when trying to visualize multiple 2d points, as in
w, r =glscreen()
s =Vec2f0(100)
N =10
points = Point2f0[rand(Point2f0, -10f0:eps(Float32):10f0) for x=1:N]
# points = Point2f0[Point2f0(x,0f0) for x=-10f0:0.1f0:10f0]
v =visualize(points, scale=s)
view(v)
r()
The resulting render is a single point in the bottom left corner of the window:
The same happens when running the testsuite, except for two cases,