Electric Stove Model

I am getting back into creating assets for various marketplaces so I challenged myself with creating a low poly but high detail model of a common modern electric stove.

The asset is suitable for use in games: Fab CGTrader

Geometry

Electric Stove Model Wire Electric Stove Model Wire Back

It was a joy to model something like this. I had full control over the mesh at the vertex level and made use of setting custom normal attributes on certain faces to get the smooth shaded normals pointing in the right direction.

Textures

Electric Stove Model Textures

As usual I created high quality complex shaders for the surfaces which I could bake into simple PBR maps later. This way I have the flexibility of using all the shading nodes available in Blender and having compatible simple PBR shaded material at the end.

Optimisations

Electric Stove Model in Unity

Game engines can render opaque shaders more efficiently than transparent shaders. I split the model materials into 2. Most faces use the opaque material and some faces use the transparent material. This way it is better to render in realtime context.