<img src="https://certify.alexametrics.com/atrk.gif?account=bIEZv1FYxz20cv" style="display:none" height="1" width="1" alt="">
Skip to content
Blog / Latest Articles

Dang Those Darn Draw Calls!

What’s up, metaverse? Caitlyn here with the High Fidelity content team.

Today, let’s talk about increasing your rendering performance by managing your draw calls.

What’s a draw call? Unless you’ve been working in the games or real-time graphics industry professionally, you might not know what a draw call is. These days, it’s probably the most important factor in your graphics performance — more than triangle count or texture size.

By combining several leaf models into a single FBX, I’ve managed to dramatically reduce draw calls. If they were each an individual entity, I would be adding an additional draw call for each leaf.

In short, it’s the pass your computer’s renderer takes to drawn a given piece of graphics (like a mesh and its texture) on the screen. If you have five different models, no matter the scale or triangle count, you’re looking at five draw calls. If each of your five models have five different textures on it, (extreme example) you’re looking at twenty-five draw calls, each lowering your rendering speed slightly. As they increase, your FPS (frames per second) drops and your visitors get a slower, more juddery performance. This can make visitors less enthusiastic about your domain or creations, and can in some cases cause the dreaded nausea of Simulator Sickness.

In High Fidelity, you’ve got at least one draw call per model or mesh entity. To increase performance, you’ll need to minimize them. How can you minimize draw calls and increase performance while having a great domain? There are numerous things you can do, but it does take some preparation.

  1. Combine multiple models into a single entity where possible. Rather than rezzing many different entities for a static, like a warehouse with 100 crates, make a single model with the 100 crates in the same FBX. Bam! You’ve just saved 99 draw calls! This is absolutely where you will save the biggest.
  2. Minimize the number of textures on your models by combining them into a single texture, whenever possible. If your avatar is wearing a leather belt with a buckle and some awesome skulls hanging from it, use a single texture/material for all three components. BAM. You’ve saved two more draw calls.
  3. When building your domain, keep an eye on your draw call count by running scripts/utilities/render/renderStats.js. Take a look at the time line for GPU draw calls. Notice that as you move your camera view around, you can see the value change accordingly. Doing this, you can find problem areas with higher draw call impact and optimize accordingly.

running renderStats.js, included in High Fidelity’s scripts library, under utilities/render/renderStats.jsTo find problem areas, try running renderStats.js, included in High Fidelity’s scripts library, under utilities/render/renderStats.js. Pay attention to the green GPU Drawcalls time line.

Remember that when you’re designing for a stereo HMD, you are technically adding an additional draw call for the second eye’s camera view/eye. High Fidelity speeds this second draw call up a bit more than usual, with instanced stereo draw calls, but it still is an additional hit. Eventually, this will become less of a concern as new technology emerges. The most notable example, today, is NVIDIA’s Pascal chipset in the gtx1070/80, which increases performance with Single Pass Stereo (SPS) rendering and Lens Matched Shading. These techniques will likely set or inspire a new standard for other graphics card manufacturers.

drawcalls3NVIDIA has provided this cyberpunk-esque image to illustrate single pass stereo (SPS) rendering in the new Pascal chipset graphics cards

NVIDIA has provided this cyberpunk-esque image to illustrate single pass stereo (SPS) rendering in the new Pascal chipset graphics cards.

While the notion of draw calls may seem a little confusing, you’ll be doing yourself and your VR visitors a great favor by heeding these tips. We can’t wait to see the wonderful things you’ll make.

Published by Caitlyn Meeks June 26, 2016
blog-circles

Don't Miss Out

Subscribe now to be first to know what we're working on next.

By subscribing, you agree to the High Fidelity Terms of Service

Need an audio solution?

icon-local-spatializer

Deliver the Best Audio Experience

High Fidelity’s client-side audio solutions work with your existing audio networking layer to deliver the most incredible audio experience.