cgwire / js-3d-model-viewer

A web player to display 3D models in the browser

Home Page:https://cgwire.github.io/js-3d-model-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid Display?

lexterror opened this issue · comments

Are there any options for displaying the grid?

Thank you!

Hello @lexterror,

What do you mean by the grid?

By grid I meant the 3D axis with lines. I really like using js-3d-model-viewer. I currently switched to using "Three.js" because it allows textures. I hope you can also support textures at some point!

js-3d-model-viewer is a wrapper around Three.js. So everything that is available in Three can be added to this viewer.

I added an option to show a grid. It probably needs improvement but it will allow you to give some feedback.