Light deferred: Difference between revisions
Jump to navigation
Jump to search

Warning:
Confirm:Does this entity also exists in
Portal 2: Desolation?
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Language subpage}} | {{Language subpage}} | ||
{{this is a|name=light_deferred|e0|game=asd}} | {{this is a|name=light_deferred|e0|game=asd}} and other games that use it's source code. | ||
{{confirm|Does this entity also exists in {{p2d|4}}?}} | {{confirm|Does this entity also exists in {{p2d|4}}?}} | ||
It creates an invisible dynamic light source that can shines in all directions or only one side. | It creates an invisible dynamic light source that can shines in all directions or only one side. | ||
Line 25: | Line 25: | ||
== Flags == | == Flags == | ||
{{todo| | {{todo|better grammar!}} | ||
{{Fl|1|Enabled}} | {{Fl|1|Enabled|Turns the light on.}} | ||
{{Fl|2|Enable shadow}} | {{Fl|2|Enable shadow|Enables dynamic shadows}} | ||
{{Fl|4|Enable cookie}} | {{Fl|4|Enable cookie|Enables cookies{{todo|what does this actually do?}}}} | ||
{{Fl|8|Enable volumetrics}} | {{Fl|8|Enable volumetrics|Enables realtime volumetric lighting.{{warning|This is quite a performance killer.}}}} | ||
{{Fl|16|Enable lightstyle}} | {{Fl|16|Enable lightstyle|Enables lightstyles{{todo|what does this actually do?}}}} | ||
== Choices == | == Choices == | ||
{{Fl|0|Point}} | {{Fl|0|Point|Make the light sine in all directions.}} | ||
{{Fl|1|Spot}} | {{Fl|1|Spot|Make it a spotlight.}} | ||
== Inputs == | == Inputs == |
Revision as of 11:13, 9 February 2024


light_deferred
is an e0 available in Alien Swarm Deferred.

- The {{{game}}} parameter is inconsistent with the name defined by the {{asd}} template. This can most likely be fixed by setting the value of the {{{game}}} parameter to Alien Swarm Deferred.
If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
and other games that use it's source code.


It creates an invisible dynamic light source that can shines in all directions or only one side.
Keyvalues
Todo: Document more things about it and also add images!
Flags
Todo: better grammar!
- Enabled : [1]
- Turns the light on.
- Enable shadow : [2]
- Enables dynamic shadows
- Enable cookie : [4]
- Enables cookiesTodo: what does this actually do?
- Enable volumetrics : [8]
- Enables realtime volumetric lighting.
Warning:This is quite a performance killer.
- Enable lightstyle : [16]
- Enables lightstylesTodo: what does this actually do?
Choices
- Point : [0]
- Make the light sine in all directions.
- Spot : [1]
- Make it a spotlight.
Inputs