Boomer91

Results 6 comments of Boomer91

`from plotly.callbacks import Points, InputDeviceState`

+1 would love to see quiver plots in plotlyjs

I think the first option would make the most sense initially, because we generally will want to track an object. This is also consistent with lightsource-tracking (.target method), you give...

No luck, see below: ```python from pythreejs import * scene = Scene() camera = PerspectiveCamera(position=[5, 0, -2], up=[0, 0, 1]) scene.add(camera) control = OrbitControls(controlling=camera) renderer = Renderer(camera=camera, scene=scene, controls=[control], width=400,...

For reference, here is my solution for drawing and animating an arrow between two points. One strange thing I noticed was that the arrow.quaternion is not always the unit quaternion...

AFAIR, JSBSim FDM does not have access to the terrain data from FlightGear, so since FG is purely used as a vizualizer, if you're launching from an elevated location, the...