Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > Vthread > Vthread__Best_Effort_Msg__Bench
diff scene @ 0:4ae1d7ffb1ae
Initial pthreads version
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 03 Aug 2011 14:26:31 +0200 |
| parents | |
| children | 3840d91821c4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scene Wed Aug 03 14:26:31 2011 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# spheres 1.5 +# position radius color shininess reflectivity 1.6 +s -1.5 -0.3 -1 0.7 1.0 0.2 0.05 50.0 0.3 1.7 +s 1.5 -0.4 0 0.6 0.1 0.85 1.0 50.0 0.4 1.8 + 1.9 +# walls 1.10 +s 0 -1000 2 999 0.1 0.2 0.6 80.0 0.5 1.11 + 1.12 +# bouncing ball 1.13 +s 0 0 2 1 1.0 0.5 0.1 60.0 0.7 1.14 + 1.15 +# lights... 1.16 +l -50 100 -50 1.17 +l 40 40 150 1.18 + 1.19 +# camera (there can be only one!) 1.20 +# position FOV target 1.21 +c 0 6 -17 45 0 -1 0
