Posts by vinicius.alves • 31 points
2 posts
-
0
votes1
answer89
viewsQ: How to find the coordinates of a click on the Babylon.js site?
Good afternoon, you guys I’ve just started on Babylon, I’m looking for some way to find out the mouse position when there’s a click on the canvas. I could easily discover this for a given object,…
-
3
votes1
answer408
viewsQ: Nodejs - How to use external variables in asynchronous functions
I’m starting to node and I still find the concept of asynchronous functions complicated. I am using and js to render templates to e-mail in my application. The prototype is: "use strict"; const…