Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AxisHelper not showing colored #10360

Closed
Horray opened this issue Dec 15, 2016 · 3 comments
Closed

AxisHelper not showing colored #10360

Horray opened this issue Dec 15, 2016 · 3 comments
Labels

Comments

@Horray
Copy link

Horray commented Dec 15, 2016

I'm trying to add an AxisHelper to my three.js project. I added it like this:

axes = new THREE.AxisHelper(100);
scene.add(axes);

It gets added, but it isn't colored It's solid white, and therefore hard to see. How can I make it the regular colors?

JSFiddle

@WestLangley
Copy link
Collaborator

The OP is using CanvasRenderer.

@WestLangley
Copy link
Collaborator

WestLangley commented Dec 15, 2016

The work-around and explanation are in this SO answer.

I assume CanvasRenderer is no longer under development.

@Mugen87 Mugen87 added the Bug label Jan 29, 2018
@Mugen87
Copy link
Collaborator

Mugen87 commented Jul 30, 2018

I'm unable to reproduce the issue with latest dev branch:

https://jsfiddle.net/oL61khm7/5/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants