vix raytracer representation
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
if (annotation) {
|
||||
sprintf(str, "total length = %f", vtk_raytr->GetRay().TotalLength());
|
||||
annotation->SetText(1, str);
|
||||
for (int i = 0; i < vtk_raytr->GetRay().Data().size(); ++i) {
|
||||
for (int i = 0; i < vtk_raytr->GetRay().size(); ++i) {
|
||||
std::cout << "L[" << i << "] = " << vtk_raytr->GetRay().Data().at(i).L
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user