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.
using GeometryTypes
using GLVisualize, Reactive, GLWindow
using StaticArrays
window =glscreen()
o =HyperRectangle{2,Float32}([100.0,100.0],[-100.0,-100.0])
tx =Signal(eye(SMatrix{4,4,Float64})) # change to Float32 for it to work
vis =visualize(o, model=tx)
_view(vis, window, camera =:orthographic_pixel)
@asyncrenderloop(window)
This does not plot the square.