some transparency

This commit is contained in:
Dynamitos
2024-07-17 14:34:00 +02:00
parent 12001152d4
commit 67c4ce2f7a
8 changed files with 51 additions and 9 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
namespace Seele {
namespace Component {
struct PointLight {
Vector4 positionWS;
// Vector4 positionVS;
// give the lights a radius so that they are not actual points
Vector4 positionWSRadius;
Vector4 colorRange;
};
} // namespace Component