Warn about untextured objects
This commit is contained in:
parent
6f53b6b2ab
commit
18ffa15107
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue