The Art of Faking and Optimizing

The most important thing to remember about creating effects for VR is the art of faking and optimizing, because on the one hand they should be voluminous, and on the other hand, any real simulation will damage performance and the balance is important if you really want to get some quality.

There are several tips for optimizing a game:

  • Use RGB channels wisely. Often for the same smoke you only need one of the channels, while the remaining ones you can use, for example, for a map of brightness or transparency.
  • Try not to use lit particles too often, just for noticeable cases.
  • Remember about overdraw. Try to use quality, not quantity of each particle, minimizing the overall counter.
  • Do not make highly recognizable unique sprites, it is better to get a picture inside the editor than initially rendering a beautiful sequence. This way you can repeatedly use one texture, without making it deliberately noticeable.
  • If there is an opportunity to do something procedural with a shader, do it. Less used textures, less problems with streaming.
  • If you have a collision of particles with static, try to minimize it by all means, or, by having a constant distance, break the effect into two different ones—drop and rebound—this way you reduce the calculation of collisions.
  • Do not use distortion with shots.

The game is still in production, so I was able to show only a small part of the content and if the topic seems interesting to you, I can share more in the future.

– – — – –

Arktika.1 is due to launch for the Oculus Rift in Q3 2017.


This article was originally shared on 80 Level, and is published here with permission from 4A Games.

1
2
3
Newsletter graphic

This article may contain affiliate links. If you click an affiliate link and buy a product we may receive a small commission which helps support the publication. More information.


  • Very very interesting article… loved it

  • Dan VR

    Can’t wait to experience Arktika.1!

  • Ryan DeLuca

    Great tips! Best practices are slowly emerging and they are not always obvious to designers that are used to traditional displays. The game looks amazing.

  • Lucidfeuer

    Super interesting.

  • Raphael

    Best practice of releasing games only for octopus rift even though they sell non-vr games on steam.