EdTechMED Bronchoscopy Simulation with BJS

Hello Babylonian partners!

I am proud to share my first EdTech web app initiative, with the inestimable support of BJS framework! It is not complete enough, in terms of the educational resources, but I am receiving interest messages of medical schools, here in Brasil, which if I get luck, will enabled it evolution and application.

http://iprojects.space/bronchoscopy/

So, I want to thanks for all the BJS Team who made this promise possible!

This is so cool!!!
Would you like to add a reference here:

Thanks @Deltakosh
You are one of the main responsible for this project happen!
Sure I want! But, please guide me because I never do it before!

Well, I do want I think it is to do in Github!

Please see if it is right.

Thanks

really impressive !
nice work and nice project :slight_smile:

Thanks @jerome !

In fact, I am not an expert in programming like many of our fellows! But I am obstinate and do my best when I face an challenge!

your best is awesome (“you do your best”), keep on that way :wink:

This is really cool, but the mouselock on the controls makes it really hard to get pointed in the direction you need!

@Pryme8

Excuse some difficulties you are experiencing, because I need to do a better help and need to fine tune some issues too! But the best approach is go back and reorient/turn before reach the bifurcation!

@NRA did you created a PR for the change

I see no PR so far :slight_smile:

Excuse me @Deltakosh it is my first time like I said!

Already do it

no worries

It is ok now?

Hi @NRA do you mind sharing the source code for this? I would like to learn how you did this. Thanks!

I really like how the narration tells you exactly what the goal is, and how the wireframe map shows your goal and your current progress. Very cool.

It worked great on Edge for me, but did not start on Chrome (Version 79.0.3945.88).

Hi @dpuru,

I am glad you like my work but unfortunately I can not share it with you, because I have an NDA ( Non Disclosure Agreement) with partners in this project which we are evolving to a commercial product.

Regards

Hi @Doug_Murphy,

I am glad you like my work!

In fact I work in Mac’s with Safari and it works well, but I will try to run it in a Chrome to see if I find whats happen.

But do you has enabled the WebGL flags on Chrome?

Yes - all Web GL flags enabled. On a different version of Chrome it got a little farther (Chrome Version 78.0.3904.70 (Official Build) (64-bit)) so I can see the geometry now and I get the error below. Wondering if your render loop is making sure the geometry is loaded and rendered before doing matrix work. I had something similar where my raycasting failed unless my geometry was actually being drawn.

Uncaught TypeError: Cannot read property ‘getWorldMatrix’ of undefined
at e.intersectsMesh (babylon.js:16)
at e.intersectsMeshes (babylon.js:16)
at _0x304ec4 ((index):59)
at Object.callback ((index):59)
at e.notifyObservers (babylon.js:16)
at e._processPointerMove (babylon.js:16)
at HTMLCanvasElement._onPointerMove (babylon.js:16)