mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Position the camera better so that the scaled volume is actually visible
This commit is contained in:
@@ -54,8 +54,8 @@ void getSpeed(std::vector<float>& speedData, int idx = 0) {
|
||||
|
||||
int main() {
|
||||
std::vector<float> data;
|
||||
getTemperature(data);
|
||||
// getSpeed(data);
|
||||
// getTemperature(data);
|
||||
getSpeed(data);
|
||||
|
||||
std::cout << "DATA size: " << data.size() << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user