== MSVC 7.1 projectfiles ==

- new files rayshade.c and raytrace.c replace ray.c
- new file meshlaplacian.c
This commit is contained in:
Andrea Weikert
2007-07-28 16:28:40 +00:00
parent 337a1e53a9
commit 0281bdac76
2 changed files with 10 additions and 1 deletions

View File

@@ -146,7 +146,10 @@
RelativePath="..\..\..\source\blender\render\intern\source\pixelshading.c">
</File>
<File
RelativePath="..\..\..\source\blender\render\intern\source\ray.c">
RelativePath="..\..\..\source\blender\render\intern\source\rayshade.c">
</File>
<File
RelativePath="..\..\..\source\blender\render\intern\source\raytrace.c">
</File>
<File
RelativePath="..\..\..\source\blender\render\intern\source\rendercore.c">

View File

@@ -424,6 +424,9 @@
<File
RelativePath="..\..\..\source\blender\src\mainqueue.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\meshlaplacian.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\meshtools.c">
</File>
@@ -707,6 +710,9 @@
<File
RelativePath="..\..\..\source\blender\include\BIF_mainqueue.h">
</File>
<File
RelativePath="..\..\..\source\blender\include\BIF_meshlaplacian.h">
</File>
<File
RelativePath="..\..\..\source\blender\include\BIF_meshtools.h">
</File>