naver / egjs-view3d

Fast & customizable 3D model viewer for everyone
https://naver.github.io/egjs-view3d
MIT License
180 stars 26 forks source link

New WebVR Plugin and Library Compilation #67

Open kpsaluja47 opened 1 year ago

kpsaluja47 commented 1 year ago

Description

I want to write a VR plugin for viewing models in Virtual Reality. Provide multiple controllers like first person controller or Orbit Controller for viewing. How do I compile the library and write a new plugin

WoodNeck commented 1 year ago

Hello @kpsaluja47, it's great that you're contributing to the project. You can check our Contributing guide. The documented project is different, but the same can be applied to View3D as we use the same structure. Basically, you should work inside the src directory of View3D.

kpsaluja47 commented 1 year ago

Thanks @WoodNeck , Look Forward to it