Home
last modified time | relevance | path

Searched defs:Fog (Results 1 – 25 of 117) sorted by relevance

12345

/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteManager2/Climate/
H A DFog.cs6 public struct Fog struct
9 public float Start;
12 public float End;
15 public Color24 Color;
18 public double TrackPosition;
21 public float Density;
24 public bool IsLinear;
27 …public Fog(float Start, float End, Color24 Color, double TrackPosition, bool IsLinear = true, floa… in Fog() method
/dports/graphics/rayshade/rayshade.4.0/libray/libsurf/
H A Dfog.h27 typedef struct Fog { struct
28 Color color, /* Fog color */ argument
29 trans; /* Fog transmissivity */ argument
30 } Fog; typedef
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/World/
H A DShroudPalette.cs30 public readonly bool Fog = false; field in OpenRA.Mods.Cnc.Traits.ShroudPaletteInfo
47 static readonly Color[] Fog = new[] field in OpenRA.Mods.Cnc.Traits.ShroudPalette
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DFog.java56 public abstract class Fog extends Leaf { class
116 public Fog() { in Fog() method in Fog
126 public Fog(Color3f color) { in Fog() method in Fog
139 public Fog(float r, float g, float b) { in Fog() method in Fog
/dports/games/traingame/traingame-cb6513e/src/
H A DFog.cpp26 class Fog : public IFog { class
28 Fog(float r, float g, float b, in Fog() function in Fog
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DPixelProcessor.hpp165 struct Fog struct in sw::PixelProcessor
167 float4 scale;
168 float4 offset;
169 word4 color4[3];
170 float4 colorF[3];
171 float4 densityE;
172 float4 density2E;
H A DVertex.hpp38 Fog = 11, // x component enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DPixelProcessor.hpp165 struct Fog struct in sw::PixelProcessor
167 float4 scale;
168 float4 offset;
169 word4 color4[3];
170 float4 colorF[3];
171 float4 densityE;
172 float4 density2E;
H A DVertex.hpp38 Fog = 11, // x component enumerator
/dports/graphics/tachyon/tachyon/docs/
H A Dfog.tex6 \subsubsection{Fog} subsubsection
/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/Fog/
H A DFog.cs6 public class Fog class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/initializers/
H A Dfog_google_https_private_urls.rb7 module Fog module
H A Dcarrierwave_patch.rb17 class Fog < Abstract class
H A Dfog_core_patch.rb32 module Fog module
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DFog.cpp24 Fog::Fog() in Fog() function in Fog
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DFog.cpp24 Fog::Fog() in Fog() function in Fog
/dports/graphics/megapov/megapov-1.2.1/source/
H A Datmosph.cpp318 FOG *Fog; in do_fog() local
692 static DBL constant_fog(RAY *Ray, DBL Depth, DBL Width, FOG *Fog, COLOUR Colour) in constant_fog()
769 static DBL ground_fog(RAY *Ray, DBL Depth, DBL Width, FOG *Fog, COLOUR Colour) in ground_fog()
978 void Destroy_Fog(FOG *Fog) in Destroy_Fog()
/dports/graphics/povray36/povray-3.6.1/source/
H A Datmosph.cpp302 FOG *Fog; in do_fog() local
676 static DBL constant_fog(RAY *Ray, DBL Depth, DBL Width, FOG *Fog, COLOUR Colour) in constant_fog()
753 static DBL ground_fog(RAY *Ray, DBL Depth, DBL Width, FOG *Fog, COLOUR Colour) in ground_fog()
962 void Destroy_Fog(FOG *Fog) in Destroy_Fog()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/uploads/
H A Dfog.rb4 class Fog < Base class
/dports/deskutils/itinerary/itinerary-21.12.3/src/weather/
H A Dweatherforecast.h44 Fog = 512, enumerator
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dstage.h93 typedef ClutterFog Fog; typedef
/dports/games/avp/avp-20170505/src/
H A Dkshape.h33 unsigned char Fog; member
53 unsigned char Fog; member
/dports/graphics/epix/epix-1.2.19/samples/
H A Dlighting.h26 Fog(const Color& c, const double k) : m_tint(c), m_dens(k) { } in Fog() function
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Datmosph.cpp180 void Destroy_Fog(FOG *Fog) in Destroy_Fog()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/build_trace_chunks/
H A Dfog.rb5 class Fog class

12345