Brian Zinn

Results 182 comments of Brian Zinn

thanks @saidmoya12 this is great! if you don't mind could you change the import to fully qualified (with `.js`) I think ```javascript import { Camera } from "@babylonjs/core/Cameras/camera" ``` would...

also, let me know if it's ok to at mention you in main readme as a contributor. thx

@saidmoya12 Do you have an example codepen or code sample for using it - would be cool to have a working page up for the hook in the docs.

@saidmoya12 what about a codesandbox with current NPM version? I can add the sample to the new doc - it would be great to have an example of how to...

you can also `npm link` current version if you want to make a separate CRA example. the other option is to use the 'static' folder to make an example in...

hi @saidmoya12 - sorry i didn't merge this earlier. i think i was waiting on a sample from you and then... ⏲️ anyway. Better late then never! Thank-you for your...

closing from inactivity. looks like there is a workaround. if there is an issue or feature request - kindly re-open or preferably create new issue, since this one will have...

Works as expected, but can see how that is not obvious. You sort of figured it out on the one side. What is happening is that **constructor** arguments when they...

closing from inactivity, but also it looks resolved. kindly re-open if you have more questions.

The way you have mixed seems like the only way. I could add a "setFloats" that takes an array and calls setFloat for each item. That would work, but it...