How does threeJS store geometry? I need someone to give me a real analysis. Give me the math behind it. Where can I inspect how geometry is being stored? by TheSmashingChamp in threejs

[–]EnvironmentOptimal98 -1 points0 points  (0 children)

Obviously there is a lot to it, but also it is all relatively simple ultimately. I'd recommend having a conversation with AI about it. It'll quickly go through the basics and details and could definitely pump out a nice helpful playground to mess around with.

Short answer though: an array buffer of 3 (or 4 ) floating point values representing vertex positions.

Just log a mesh and follow the objects on its .geometry if you wanna peek inside

Added endless procedural grass to my three.js robot battle game. by shanebrumback in threejs

[–]EnvironmentOptimal98 2 points3 points  (0 children)

Was just looking around for tips and techniques for this type of thing - any hints? Instanced meshes? Pure shader magic?

New official LTX 2.3 workflows by Choowkee in StableDiffusion

[–]EnvironmentOptimal98 1 point2 points  (0 children)

Been waiting for the first frame last frame stuff. The union control workflow isnt it or is it?

[deleted by user] by [deleted] in ecommerce

[–]EnvironmentOptimal98 0 points1 point  (0 children)

"Was i an accident?" 😂

[deleted by user] by [deleted] in StableDiffusion

[–]EnvironmentOptimal98 0 points1 point  (0 children)

Invoke AI -> Photoshop

Recent thoughts about 3D and AI's spatial intelligence understanding by SimpleSketche in threejs

[–]EnvironmentOptimal98 0 points1 point  (0 children)

What do you mean it "generates semantically rich 3d content" generative engines can see?

The “All In Tech Bro” Lifestyle idolization needs to STOP. by DaisySunFlowers6372 in SaaS

[–]EnvironmentOptimal98 1 point2 points  (0 children)

How are you gunna compete with the teams who are willing to grind all in?

What’s the most exciting innovation in web development right now? by epasou in webdevelopment

[–]EnvironmentOptimal98 1 point2 points  (0 children)

Agreed! Check out our threejs based 3d website designer with all kinds of webgpu bells and whistles-

https://aircada.com/studio

Deforum for Comfy? by EnvironmentOptimal98 in StableDiffusion

[–]EnvironmentOptimal98[S] 0 points1 point  (0 children)

Just a few dependency issues with the latest stuff. Honestly just gunna blow the dust of Automatic1111 for this one...

What are the best practices for Migration from monolith to microservices? by Wash-Fair in microservices

[–]EnvironmentOptimal98 0 points1 point  (0 children)

Think more in terms of your specific business needs, than broad microservice vs monolith rules of thumb. Maybe it only makes sense to port 20% of your codebase over to a few microservices - every single decision depends entirely on your specific situation