I’ve successfully built vtk by following this documentation without any errors. When trying out the examples, I am facing difficulties related to how the scene renders in the window.
Okay, I’ve tried yet another CircleExample and in this example, two colors, Cornsilk and DarkGreen, are used to set the background for the actor and renderer, respectively. However, when I try to check if they really exist using vtkNamedColors’s ColorExists method, it returns false.
I’ve also tried to manually set the color using the SetColor method, but ColorExists still returns false.
I think that’s probably the reason I am getting a black background in the renderer as the default behavior of vtkNamedColor’s GetColor3d method.
Why am I getting this behavior? Is this related to my hardware issue or something?