1
0
Fork 0

Warn about untextured objects

This commit is contained in:
Erik Hofman 2022-02-19 15:25:36 +01:00
parent 6f53b6b2ab
commit 18ffa15107

View file

@ -6,6 +6,9 @@
affected model parts must be somewhere high, at least 100 and preferable 128:
https://learnopengl.com/Lighting/Materials
Note:
Objects without a texture applied will cause a segmentation fault.
Parameters:
* Boolean to enable or disable the reflection.
@ -67,7 +70,7 @@
<PropertyList>
<name>Aircraft/Generic/Effects/Fuselagereflect</name>
<inherits-from>Effects/model-combined-deferred</inherits-from>
<inherits-from>Effects/model-combined</inherits-from>
<parameters>
<rain-enabled type="int"> 2 </rain-enabled>
<normalmap-enabled type="int"> 1 </normalmap-enabled>