Fixed inacurate class description. Removed unused files.
This commit is contained in:
parent
a706ab8b55
commit
68d75a9874
|
@ -47,7 +47,7 @@ namespace data {
|
|||
static_assert(sizeof(Color) == sizeof(uint32_t), "Invalid color size!");
|
||||
|
||||
#pragma pack(push, 1)
|
||||
/// A 64-bit color [16 bits per channel (R, G, B, and A each)]
|
||||
/// Optical flow pixel format. 2 channel float data.
|
||||
struct OpticalFlowPixel {
|
||||
OpticalFlowPixel() = default;
|
||||
OpticalFlowPixel(const OpticalFlowPixel &) = default;
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
.kdev4
|
||||
.vscode
|
||||
Content
|
||||
Intermediate
|
||||
Saved
|
||||
Plugins/Carla/CarlaDependencies
|
||||
Plugins/Carla/Content
|
||||
Plugins/Carla/Intermediate
|
||||
Plugins/CarlaExporter/Intermediate
|
|
@ -1 +0,0 @@
|
|||
Chrono OFF CarSim OFF
|
Loading…
Reference in New Issue