Skip to content

ArrowHelper not working #258

@Boomer91

Description

@Boomer91

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions