Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions fgd/point/env/env_projectedtexture.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"The material browser is only available here to assist with finding textures since materials typically have the same name as their textures."
textureframe(integer) : "Texture Frame" : 0 : "If the VTF is multi-frame, specify the frame to use."

volumetric(boolean) : "Enable Volumetrics" : 0 : "Enables/disables volumetrics from this projected texture."
volumetricintensity(float) : "Volumetric Intensity" : "1.0" : "Sets the intensity of the volumetric lighting."
// Re-enable these when volumetrics are brought back
// volumetric(boolean) : "Enable Volumetrics" : 0 : "Enables/disables volumetrics from this projected texture."
// volumetricintensity(float) : "Volumetric Intensity" : "1.0" : "Sets the intensity of the volumetric lighting."

style[engine](integer) : "Appearance" : 0
style(choices) : "Appearance" : "0" =
Expand Down Expand Up @@ -102,8 +103,9 @@
// not implemented
//input Ambient(float) : "Set ambient light amount"

input EnableVolumetrics(boolean) : "Set if the volumetrics are enabled."
input SetVolumetricIntensity(float) : "Sets the volumetric lighting's intensity."
// Re-enable these when volumetrics are brought back
// input EnableVolumetrics(boolean) : "Set if the volumetrics are enabled."
// input SetVolumetricIntensity(float) : "Sets the volumetric lighting's intensity."

input SetBrightnessScale(float) : "Sets the brightness."
]