-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
Hi,
I'm trying to render an arrow butnothing is rendered. Notebook example attached.
`from pythreejs import *
scene = Scene()
camera = PerspectiveCamera(position=[15, 0, -2], up=[0,0,-1])
scene.add(camera)
control = OrbitControls(controlling=camera, maxDistance=100)
renderer = Renderer(camera=camera, scene=scene,
controls=[control],
width=1000, height=800
)
axes = AxesHelper(size=1)
scene.add(axes)
scene.add(ArrowHelper())
scene.add(AmbientLight(intensity=0.3))
renderer`
Metadata
Metadata
Assignees
Labels
No labels