-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
Features #38 #30 #31: keep objects always visible #327
base: master
Are you sure you want to change the base?
Conversation
Hi @maxfyk , thanks for your work. I remembered seeing requests like this a couple of times, so definitely something useful! I'm not sure this needs to be handled in the in |
Hi @hiukim, Also, I implemented it on the controller level for better optimization and to avoid using many workarounds. |
Hey @maxfyk, I'd like to use your fork since I have the same use case in my project. But I don't understand where in my project I have to pass the parameters
How do I pass the parameter correctly? Thanks for your help! |
Alternatively, I'd like to use your approach @hiukim , but I don't quite understand how to do this
I understand how to add the |
Hey @anselmpaul, I'm glad to hear someone else found this feature helpful! |
@maxfyk thank you for the quick reply. I found the commit in your repo and replaced the mindar script files with the ones in your repo, that made it work. I also realized why it didn't work: I didn't check out the feature branch before building the mindar js files... Thanks for your help. Now I wonder if it is possible to toggle this behaviour during runtime? E.g. let the user decide with a button, if the models are kept on screen or not? |
|
I've tried this way, but object (also external to the image entity) are automatically hidden. |
Features #38 #30 #31: keep objects always visible
Not sure if you need this feature. I wrote it for my project and thought I'd suggest adding it.