This is a "null" shading material which should be used when
rendering models or scenes with native textures and no material
should be explicitly set on the loaded entities.
* Initial post processing render pass implementation
* Got shadows with directional lights working good enough
* Make the shadows more configurable
* Trying to reduce peter panning
* Add licence
* banned banned_keywords_check
* trying to remove renderStateSet memory leak
* removing include <Qt3DExtras>
* Add documentation
* remove the use of setFilterMode when using QFilterLayer
* Fixing docs
* Fix shadow rendering checkbox
* Added y coordinates for view extent
* Added shadow bias parameter
* Added shadow map texture resolution parameter
* Addressing reviews
* Set the shadow rendering parameters automatically
* Add QLayer components individually if QT_VERSION < QT_5_10
* Hide depth texture preview quad
* Remove unused member
* Fix spell check
* Remove stepType property from shadowBiasSpinBox
* Disable shadow render pass if the shadow rendering is not activated
* Clarify maximum shadow rendering distance documentation
* Add value range for shadow bias
* Delete .bom file
* Clarify the usefullness of maximum shadow rendering distance
* remove unused stuff in shaders
* Make the inverted camera matrices passed as parameters
* Move post processing shaders parameters into the post processing entity constructor
* refactor how shadow rendering update into 1 function
* Fix spelling
* Fix Save As Image tool
* Improve UI according to suggessions
* add missing docs
* remove QAbstractSpinBox::DefaultStepType