mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 10:25:40 +00:00
Use non-1.0 alpha component for default lighting
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#include <Common/FileIO.h>
|
||||
#include <assimp/scene.h>
|
||||
|
||||
enum class EMP3RenderConfig {
|
||||
enum class EMP3RenderConfig
|
||||
{
|
||||
NoBloomTransparent,
|
||||
NoBloomAdditiveIncandecence,
|
||||
FullRenderOpaque,
|
||||
@@ -30,7 +31,8 @@ enum class EMP3RenderConfig {
|
||||
XRayOpaque
|
||||
};
|
||||
|
||||
enum class EPASS {
|
||||
enum class EPASS
|
||||
{
|
||||
DIFF,
|
||||
RIML,
|
||||
BLOL,
|
||||
@@ -47,7 +49,8 @@ enum class EPASS {
|
||||
TOON
|
||||
};
|
||||
|
||||
enum class EINT {
|
||||
enum class EINT
|
||||
{
|
||||
OPAC,
|
||||
BLOD,
|
||||
BLOI,
|
||||
@@ -55,7 +58,8 @@ enum class EINT {
|
||||
XRBR
|
||||
};
|
||||
|
||||
enum class ECLR {
|
||||
enum class ECLR
|
||||
{
|
||||
CLR,
|
||||
DIFB
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user