helix-toolkit / helix-toolkit

Helix Toolkit is a collection of 3D components for .NET.

Home Page:http://helix-toolkit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Now I am rendering thousands of shelves, with products on each layer, and the rendering process is quite slow. How should I optimize it?

zhw1992 opened this issue · comments

Try to use instancing as much as possible to reduce draw calls. Use lightweight materials such as diffuse material if you don't need realistic lighting. Simplify model mesh to reduce number of polygons.

@holance
Could you please provide a demo that reduces the number of drawing calls?

Source/Examples/WPF.SharpDX/InstancingDemo

@holance Does the WPF library have such instancing technology?

Only available in SharpDX version