<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-2022-JP">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I'm developping an iOS Application using vtk to implement 3D model
building.<br>
And I want to add a shadow to the whole model.<br>
I was trying the example on the link page
(<a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/Shadows">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/Shadows</a>).<br>
<br>
However I failed to compile the source code in Xcode.<br>
I had the following problems:<br>
<u>1) </u><u>Unable find the header "vtkOpenGLRenderer", and
other similar 14 headers.</u><br>
I found these header are included in the
"VTK6.0.0/Rendering/OpenGL/" , but I can't find it in vtk.framework<br>
which is inported into xCode.<br>
<u>2) Unable find the header "vtkRenderingOpenGLModule.h"<br>
</u> I could not find neither the header file and the C++
file in the VTK6.0.0.<u><br>
</u><br>
PS : All I want to do is add shadow to my model in iOS. <br>
By the way, can I do it with vtk?<br>
I will appraciate if you can give me some advises.<br>
Thank you.<br>
<br>
Sweet Tian<br>
</body>
</html>