Skip to content
All insights
·9 min read·Engineering

Publish the frame budget or don't ship the scene

Every scene we deliver carries a triangle count, a draw-call count, a texture-memory figure and a p75 frame rate measured on a four-year-old Android. Here is why that list is the contract, and what happens on the projects that refuse one.

performancewebglmethod

A 3D product page fails in one of two ways. It never ships, because it never felt fast enough. Or it ships, drops to 22 fps on the phones half the traffic arrives on, and gets quietly removed two quarters later while everyone agrees that 3D 'didn't work for us'.

Both failures come from the same root: nobody wrote down what fast enough meant before the modelling started. Art direction proceeds against an aesthetic target, engineering optimises against whatever arrives, and the argument happens at the end when changing anything is expensive.

So we set the budget first, in the feasibility sprint, on real hardware. Triangles, draw calls, texture memory, payload bytes, and time to first interactive frame. The budget is a build gate: exceed it and the pipeline fails the release, naming the part that did it.

The number that surprises people is texture memory. Triangle counts are what everyone watches, and on mobile they are rarely the binding constraint — a mid-range phone will push 200k triangles happily and then fall over on 200 MB of uncompressed textures. KTX2 is not an optimisation, it is the entry ticket.

The second surprise is that draw calls matter more than either. A 40k-triangle scene with 400 draw calls will lose to a 180k-triangle scene with 30. Instancing and atlasing are where the real wins live, and both are pipeline decisions, not modelling decisions.

We publish these numbers on every case study and every demo on this site. If a vendor will not tell you their p75 frame rate on a named device, they have not measured it.

Written by the engineering team at 3D.MBA, Ahmedabad.

Disagree? Tell us

Related

More on this

·11 min read

The rules are the product; the rendering is a commodity

Three.js and a competent developer will get you 90% of the pixels. What does not commoditise is encoding what applications engineering knows about what can actually be built — and that knowledge is usually undocumented and partly contradictory.

·10 min read

Tag binding is 70% of a digital twin project

The rendering is a fortnight. Naming 340 assets consistently, mapping them to tags that were named by six people over eleven years, and keeping the mapping alive through plant changes — that is the project.

Bring us the product you were told could not be configured.

Tell us the option count, the CAD you already have and the frame budget you need to hit. An engineer reads it and replies with a straight answer — including when the answer is that good photography would serve you better.

We reply to every enquiry within one business day, in your timezone — with a frame budget, not a brochure.