From 0 to glTF with WebGPU: Rendering the first glTF mesh
1–8 of 8 posts
Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#2Here's one, and it's a lot of fun! Can't wait to give this a try this weekend.
Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#3Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#4When kids in https://old.reddit.com/r/opengl/ ask about a good starting project, I usually recommend making a glTF viewer. It’s good because it’s a scalable project that you can take as short or as far as you care to go. At a minimum, you can just get solid colored triangles on the screen in generally the right shape. But, if you find yourself having fun, you can end up building a full-featured scene renderer to riva…
Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#5Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#68MB for a low-poly untextured 3D model in binary format. Something is horribly wrong there.
Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#78MB for a low-poly untextured 3D model in binary format. Something is horribly wrong there.
Hey, if you're going to post about something that you know about, can you please educate the rest of us about what's going on and what the issues are? I'm sure it's not your intention, but if you post a short dismissive comment like this, it comes across as a supercilious putdown, and that ends up poisoning the ecosystem.
https://hn.algolia.com/?dateRange=all&page=0&prefix=true&sor...
Re: From 0 to glTF with WebGPU: Rendering the first glTF mesh
#8When kids in https://old.reddit.com/r/opengl/ ask about a good starting project, I usually recommend making a glTF viewer. It’s good because it’s a scalable project that you can take as short or as far as you care to go. At a minimum, you can just get solid colored triangles on the screen in generally the right shape. But, if you find yourself having fun, you can end up building a full-featured scene renderer to riva…
So we are finally past of OBJ file loaders? :)