Ben Hansen
Ben Hansen
Any updates on this?
How would one go about getting a bounding box using the currently active morphs? I'm trying to align objects in my scene using bounding boxes. I know I can get...
This feature would be extremely useful in my project. I want to use a "file://" url to load resources when the user is using the desktop version, and an "http://"...
Ok it seems this was just a Github issue, let me know if it crops up again.
I still get a compile error `cannot transmute between types of different sizes, or dependently-sized types`. Thanks for letting me know though!
I just updated the tutorial to 0.14. Can you confirm if you're still seeing the issue?
With the update to 0.13 this should be fixed. Feel free to reopen this if it isn't.
The concepts are the same, but the code will be very different. Overall webgl is easier to start with. I'd recommend WebGL 2 if that's what you're interested in.
The code is at https://github.com/sotrh/learn-wgpu/tree/web2 You should then run `yarn dev` or `npm run dev`. You'll be able to access the files in the public folder (ie. localhost:8080/learn-wgpu/cube-diffuse.jpg`, but you'll...
@Arevjensen what OS are you on?