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

ClipControls #316

Open
2 of 12 tasks
mhoelzner opened this issue May 14, 2019 · 2 comments
Open
2 of 12 tasks

ClipControls #316

mhoelzner opened this issue May 14, 2019 · 2 comments

Comments

@mhoelzner
Copy link
Contributor

Description of the problem

There is a module called ClipControls which obviously was created for a BIM project, hence the name of the .js file BIMClipControl2.js. Problem is that it's a component probably for react. Is there a regular feature planed? I'm having trouble extending the planeHelper class with said features.
...

xeogl version
  • Dev
  • Master
  • ...
Browser
  • All of them
  • Chrome
  • Firefox
  • Internet Explorer
OS
  • All of them
  • Windows
  • Linux
  • Android
  • IOS
Hardware Requirements
@xeolabs
Copy link
Owner

xeolabs commented May 15, 2019

Can you provide a link to the BIMClipControl2.js file?

Nope, there is no plan to explicitly support BIM use cases with xeogl. Reason for this is that xeogl is MIT licensed, which is not sustainable since it's a giveaway (ie. it's rare to get any contributions back).

For BIM support, consider xeokit SDK which is dual-licensed (GPLV3 for non-commercial use, with paid license for commercial use). As a result, it has good traction and I'm able to actively develop it because we have users who are helping sustain it through paid licenses, sponsorship and code contributions.

Find an example of a working clip control component in development on xeokit SDK here: https://xeokit.github.io/xeokit-sdk/examples/#gizmos_SectionPlanesPlugin

@mhoelzner
Copy link
Contributor Author

Hey, thanks for the quick answer,

the file I am refering to is found in the api docs on xeogl.org
http://xeogl.org/docs/files/_home_lindsay_xeolabs_xeogl-next_xeogl_examples_js_controls_BIMClipControl2.js.html#l1

I dont need the BIM support per se, just want to use the ClipControl (as found in the api section) to have some dynamic control over the position of the clipping plane.

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

No branches or pull requests

2 participants