| .. |
|
editors
|
bf5b26f734
Assetifies MeshRoad, Decal Road, and the material slot of GroundCover
|
пре 5 година |
|
VolumetricFog.cpp
|
5a933c00d3
Removed old fixed function code from GFX.
|
пре 5 година |
|
VolumetricFog.h
|
09c651c26d
Corrected profile for GameObjectAsset type field button
|
пре 6 година |
|
VolumetricFogRTManager.cpp
|
1efb687867
uninitialized variables-environment and forrest
|
пре 5 година |
|
VolumetricFogRTManager.h
|
27d6665d21
set volumetric fog to use the standard window-resized trigger for it's update
|
пре 6 година |
|
basicClouds.cpp
|
5a933c00d3
Removed old fixed function code from GFX.
|
пре 5 година |
|
basicClouds.h
|
cb8b8b7316
Use shader data for get sampler register in CloudLayer and BasicClouds.
|
пре 11 година |
|
cloudLayer.cpp
|
5a933c00d3
Removed old fixed function code from GFX.
|
пре 5 година |
|
cloudLayer.h
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
decalRoad.cpp
|
bf5b26f734
Assetifies MeshRoad, Decal Road, and the material slot of GroundCover
|
пре 5 година |
|
decalRoad.h
|
bf5b26f734
Assetifies MeshRoad, Decal Road, and the material slot of GroundCover
|
пре 5 година |
|
meshRoad.cpp
|
8585278fe4
Adds autoimport logic for materials if the materialDefinition already exists
|
пре 5 година |
|
meshRoad.h
|
bf5b26f734
Assetifies MeshRoad, Decal Road, and the material slot of GroundCover
|
пре 5 година |
|
nodeListManager.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
пре 13 година |
|
nodeListManager.h
|
1efb687867
uninitialized variables-environment and forrest
|
пре 5 година |
|
river.cpp
|
5a933c00d3
Removed old fixed function code from GFX.
|
пре 5 година |
|
river.h
|
1efb687867
uninitialized variables-environment and forrest
|
пре 5 година |
|
scatterSky.cpp
|
c680471378
looks like the with the latest translucnency work, dynamic shadows are no longer triggering malformed values in forward lit materials, so flipped that back on
|
пре 6 година |
|
scatterSky.h
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
skyBox.cpp
|
454192ed02
from @rextimmy new isbackground shader feature. used the same z=w trick we've done before to force things to render behind everything else. applied to fog
|
пре 5 година |
|
skyBox.h
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
sun.cpp
|
6ade6f08ce
Updated Assimp
|
пре 5 година |
|
sun.h
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
timeOfDay.cpp
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
timeOfDay.h
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
waterBlock.cpp
|
1efb687867
uninitialized variables-environment and forrest
|
пре 5 година |
|
waterBlock.h
|
f4c940f4fe
Added basic Walkabout with #define renamed and no editor.
|
пре 11 година |
|
waterObject.cpp
|
d168df03e0
Correct bump map in waterObject.cpp being in sRGB space
|
пре 5 година |
|
waterObject.h
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
waterPlane.cpp
|
25686ed4be
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
пре 8 година |
|
waterPlane.h
|
f4c940f4fe
Added basic Walkabout with #define renamed and no editor.
|
пре 11 година |