mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Also added a Color3 alias
This commit is contained in:
@@ -26,3 +26,4 @@ struct Vec3 { // TODO: Maybe make this into a class
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef Vec3 Point3;
|
typedef Vec3 Point3;
|
||||||
|
typedef Vec3 Color3;
|
||||||
Reference in New Issue
Block a user