-
Notifications
You must be signed in to change notification settings - Fork 29
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
Custom mesh and BufferGeometry in threejs #5
Comments
If you have a three.js Mesh object, you can directly add it to the viewer scene with |
@repalash How about InstanceMesh? and can i create custom culler? |
Yes any kind of Object3D like InstancedMesh can be added in the same way. You can also have a look at the plugins in the extra-importers package to support a new file type with a threejs loader. For custom Culler, what kind are you thinking of? |
|
I try to load Ifc Model, i can create geometry and mesh, how can i load it in viewer?
The text was updated successfully, but these errors were encountered: