Page 6 of 7

Re: Babylon.js

Posted: Mon Jan 07, 2019 8:51 am
by Dirk Geppert
Hello Falsam, could you please add support for VR controllers?

Code: Select all

https://doc.babylonjs.com/how_to/webvr_camera#webvr-controllers
Kind regards
Dirk

Re: Babylon.js

Posted: Fri May 10, 2019 2:54 pm
by LastmanStanding
:P Amazing !!

please keep going update :P

Re: Babylon.js

Posted: Sat May 11, 2019 9:15 am
by LastmanStanding
:| I test "24-VideoTexture.sb" example. It's not work on Chrome but perfectly on Edge.

somebody help me ? :roll:

Re: Babylon.js

Posted: Sat May 18, 2019 11:58 am
by falsam
Yes, it's strange!

This link working I will take a look at ...

http://falsam.com/sbbjs/assetsmanager.html

Re: Babylon.js

Posted: Sat May 18, 2019 1:20 pm
by falsam
The problem is random with Chrome.
Chrome generates a DOMException() that I don't know how to process !
Refresh the browser cache (Ctrl + F5)

:arrow: http://falsam.com/sbbjs/videotexture.html

Re: Babylon.js

Posted: Thu May 30, 2019 5:32 am
by HPW
Hello falsam,

Any plan to move to Babylon 4.0 ?

Regards

Hans-Peter

Re: Babylon.js

Posted: Mon Jun 03, 2019 12:38 pm
by LastmanStanding
I can't load STL file (both text and binary)
I included "babylon.stlFileLoader.js" already but not show anything.

somebody can help ? :|



ps, I agree with HPW :mrgreen:

Re: Babylon.js

Posted: Tue Jun 04, 2019 9:27 am
by Dirk Geppert
HPW wrote: Any plan to move to Babylon 4.0 ?
+1 :)

I would like to use SpiderBasic/Babylon to view 360 degree pictures with mobile phone or VR glasses. Therefore the VR Controller support would be great.

Kind regards

Dirk

Re: Babylon.js

Posted: Wed Jun 05, 2019 11:41 am
by falsam
It's complicated because the new version of Babylon.js no longer works with SpiderBasic.
Uncaught ReferenceError: BABYLON is not defined
The solution would be to incorporate babylon.js (or any scripts) into a script list in the compilation options. Unfortunately this option is not yet possible.....

viewtopic.php?p=5319#p5319

Re: Babylon.js

Posted: Tue Jun 18, 2019 7:38 am
by Dirk Geppert
Hi Falsam, do you know https://threejs.org ? Is it comparable with babylon and may be better usable with SpiderBasic?

Ciao Dirk