Hi,
I am an spanish girl and my english is very bad.
I am testing with textures. I want to use an image like
texture. I have tried to make it “vtkJPEGReader” and when
executing I obtain the following error:
-->CODE:
vtkJPEGReader* image= vtkJPEGReader::New();
image->SetFileName("D:/VTK/cone5 project/Paz.JPEG");
vtkTexture* texture = vtkTexture:: New();
texture->SetInput(image->GetOutput());
texture->InterpolateOn();
-->ERROR:
ERROR: In
/export/Win32/Kuzco/src/Depends/Toolkits/VTK/IO/vtkJPEGReader.cxx,
line 81
vtkJPEGReader (0x3fdbd8): Unable to open file D:/VTK/cone5
project/Paz.JPEG
ERROR: In
/export/Win32/Kuzco/src/Depends/Toolkits/VTK/IO/vtkJPEGReader.cxx,
line 81
vtkJPEGReader (0x3fdbd8): Unable to open file D:/VTK/cone5
project/Paz.JPEG
ERROR: In
/export/Win32/Kuzco/src/Depends/Toolkits/VTK/Common/vtkLookupTable.cxx,
line 79
vtkLookupTable (0x1206250): Bad table range: [1e+299, -1e+299]
ERROR: In
/export/Win32/Kuzco/src/Depends/Toolkits/VTK/Rendering/vtkOpenGLTexture.cxx,
line 145
vtkOpenGLTexture (0x3ff280): 3D texture maps currently are not
supported!
Somebody can say to me what means and what I am making bad?