پرونده:Elliptic cylinder.png
از testwiki
پرش به ناوبری
پرش به جستجو
اندازهٔ این پیشنمایش: ۶۰۰ × ۶۰۰ پیکسل. کیفیتهای دیگر: ۲۴۰ × ۲۴۰ پیکسل | ۴۸۰ × ۴۸۰ پیکسل | ۷۶۸ × ۷۶۸ پیکسل | ۱٬۲۰۰ × ۱٬۲۰۰ پیکسل.
پروندهٔ اصلی (۱٬۲۰۰ × ۱٬۲۰۰ پیکسل، اندازهٔ پرونده: ۶۳۲ کیلوبایت، نوع MIME پرونده: image/png)
این پرونده از ویکیانبار است و ممکن است توسط پروژههای دیگر هم استفاده شده باشد. توضیحات موجود در صفحهٔ توضیحات پرونده در آنجا، در زیر نشان داده شده است.
خلاصه
| توضیحElliptic cylinder.png |
این پرونده توضیحاتی ندارد و ممکن است فاقد اطلاعات دیگر باشد.
لطفاً توضیحات مرتبطی پیرامون این تصویر ارائه دهید. |
| تاریخ | ۲۱ ژوئیه ۲۰۰۶ (تاریخ اصلی بارگذاری) |
| منبع | No machine-readable source provided. Own work assumed (based on copyright claims). |
| پدیدآور | No machine-readable author provided. D V S assumed (based on copyright claims). |
اجازهنامه
| Public domainPublic domainfalsefalse |
| من، دارنده حق تکثیر این اثر، این اثر را به مالکیت عمومی منتشر میکنم. این قابل اجرا در تمام نقاط جهان است. در برخی از کشورها ممکن است به صورت قانونی این امکانپذیر نباشد؛ اگر چنین است: من اجازهٔ استفاده از این اثر را برای هر مقصودی، بدون هیچگونه شرایطی میدهم، تا وقتی که این شرایط توسط قانون مستلزم نشده باشد. |
Here is a POV-Ray source of this image:
// +FN +UA +W1200 +H1200 +A0.0 +AM2
// Used fonts: Gentium (http://scripts.sil.org/gentium )
#version 3.6;
global_settings {
assumed_gamma 1.0
radiosity {
pretrace_start 0.08 // start pretrace at this size
pretrace_end 0.02 // end pretrace at this size
count 35 // higher -> higher quality (1..1600) [35]
nearest_count 5 // higher -> higher quality (1..10) [5]
error_bound 1.8 // higher -> smoother, less accurate [1.8]
recursion_limit 3 // how much interreflections are calculated (1..5+) [3]
low_error_factor .5 // reduce error_bound during last pretrace step
gray_threshold 0.0 // increase for weakening colors (0..1) [0]
minimum_reuse 0.015 // reuse of old radiosity samples [0.015]
brightness 1 // brightness of radiosity effects (0..1) [1]
adc_bailout 0.01/2
//normal on // take surface normals into account [off]
//media on // take media into account [off]
//save_file "file_name" // save radiosity data
//load_file "file_name" // load saved radiosity data
//always_sample off // turn sampling in final trace off [on]
//max_sample 1.0 // maximum brightness of samples
}
}
#declare A = 1.60;
#declare B = 1.00;
#declare H = 3.00;
camera
{
perspective angle 30
right x*image_width/image_height
up y
location < 0.0, 0.0,-9.0>
look_at < 0.0, 0.0, 0.0>
}
light_source { <-1000, 400, -1000> color rgb < 1.0, 1.0, 1.0> }
background { color rgb < 1.0, 1.0, 1.0> }
#declare Cyl0 =
union
{
difference
{
cylinder
{
< 0.0,-0.5, 0.0>, < 0.0, 0.5, 0.0>, 1.00
}
cylinder
{
< 0.0,-0.51, 0.0>, < 0.0, 0.51, 0.0>, 0.95 open
}
scale <A,H,B>
texture
{
pigment
{
granite
color_map
{
[0.0 color rgbt < 0.50, 0.30, 0.25, 0.40>]
[1.0 color rgbt < 0.80, 0.80, 0.80, 0.40>]
}
}
finish { brilliance 0.5 ambient 0.0 diffuse 0.7 specular 0.2 }
}
}
union
{
sphere { < 0.0, H/2, 0.0>, 0.03 }
cylinder { < 0.0, H/2, 0.0>, < 0.0,-H/2, 0.0>, 0.03 }
cylinder { <-A, H/2, 0.0>, < A, H/2, 0.0>, 0.03 }
cylinder { < 0.0, H/2,-B>, < 0.0, H/2, B>, 0.03 }
cylinder { <-A,-H/2, 0.0>, < A,-H/2, 0.0>, 0.03 }
cylinder { < 0.0,-H/2,-B>, < 0.0,-H/2, B>, 0.03 }
texture
{
pigment { color rgb < 0.6, 0.1, 0.1> }
finish { ambient 0.0 diffuse 0.3 specular 0.3 }
}
}
union
{
text
{
ttf "GenI102.ttf" "a" 0.1, 0
scale 0.7
rotate 90*x
translate <-A/2 - 0.15, H/2 + 0.03, 0.10>
}
text
{
ttf "GenI102.ttf" "b" 0.1, 0
scale 0.7
rotate 90*x
translate < B/2 - 0.15, H/2 + 0.03, 0.10>
rotate 90*y
}
text
{
ttf "GenI102.ttf" "h" 0.1, 0
scale 0.7
translate <-0.40, H*5/20 - 0.20,-0.02>
rotate 45*y
}
texture
{
pigment { color rgb < 0.6, 0.1, 0.1> }
finish { ambient 0.0 diffuse 0.3 specular 0.3 }
}
}
}
object
{
Cyl0
rotate -45*y
rotate -45*x
}
عنوان
شرحی یکخطی از محتوای این فایل اضافه کنید
آیتمهایی که در این پرونده نمایش داده شدهاند
توصیفها
۲۱ ژوئیهٔ 2006
تاریخچهٔ پرونده
روی تاریخ/زمانها کلیک کنید تا نسخهٔ مربوط به آن هنگام را ببینید.
| تاریخ/زمان | بندانگشتی | ابعاد | کاربر | توضیح | |
|---|---|---|---|---|---|
| کنونی | ۲۴ ژوئیهٔ ۲۰۰۶، ساعت ۰۵:۱۴ | ۱٬۲۰۰ در ۱٬۲۰۰ (۶۳۲ کیلوبایت) | wikimediacommons>D V S |
کاربرد پرونده
صفحهٔ زیر از این تصویر استفاده میکند: