跳转到内容

File:Povray logo sphere.png

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(2,048 × 2,048像素,文件大小:661 KB,MIME类型:image/png


 
本图片使用POV-Ray创作.

摘要

描述
English: 3D rendering similar to the POV-Ray program icon using the POV-Ray 'P' logo. Rendered in POV-Ray. This is not an official icon or logo (except for the 'P').
日期
来源 自己的作品
作者 SharkD

许可协议

w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

POV-Ray source code

// This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
// To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/3.0/ or send a
// letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

#version 3.7;

#include "logo.inc"
#include "transforms.inc"
#include "finish.inc"

global_settings
{
	radiosity
	{
		always_sample	off
		brightness		0.3
	}
	ambient_light	0
	charset			utf8
	assumed_gamma	1
}

sphere
{
	0, 1
	pigment
	{
		gradient y
		color_map
		{
			[0/4 color srgb (<0.6,0.7,1.0>+1)/2]
			[3/4 color srgb (<0.0,0.1,0.8>+1)/2]
		}
	}
	finish
	{
		diffuse		0
		ambient		0
		emission	1
		reflection	0
	}
	scale 2048*16
	no_image
}

plane
{
	y, -1
	texture
	{
		pigment
		{
			checker
			color srgb 1
			color srgb (z+1)/2
		}
		finish
		{
			diffuse 0.8
			ambient 0.1
		}
		scale 1/2
	}
}

camera
{
	orthographic
	location		-z * 4
	direction		+z * 4
	up				+y * 2
	right			+x * 2 * image_width/image_height
//	focal_point		<0,0,0>
//	aperture		1/16
//	blur_samples	512
//	confidence		15/16
//	variance		1/256
}

light_source
{
	<+3,+4,-5,> * +1024,
	2
	parallel
	point_at z
}

light_source
{
	<+3,-4,-5,> * -1024,
	1
	parallel
	point_at z
}

object
{
	Povray_Logo
	pigment
	{
		planar
		color_map
		{
			[0.0, color srgb <2/2,1/2,1/2,>]
			[0.5, color srgb <1/2,2/2,1/2,>]
			[1.0, color srgb <1/2,1/2,2/2,>]
		}
		scale 2
		translate y
	}
	translate -z/4
	no_image
	no_shadow
}

sphere
{
	0, 1
	scale z * 1/4
	pigment {color srgb 0}
	finish
	{
		ambient		1/128
		diffuse		1/128
		reflection	7/8
		phong		1
		phong_size	256
		specular	1/8
	}
	translate +z/4
	no_shadow
}

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2019年10月12日 (六) 14:132019年10月12日 (六) 14:13版本的缩略图2,048 × 2,048(661 KB)Watchducktransparency (+ua +fn)
2018年8月8日 (三) 00:462018年8月8日 (三) 00:46版本的缩略图2,048 × 2,048(860 KB)DatumizerSpruce it up a bit.
2009年11月6日 (五) 04:502009年11月6日 (五) 04:50版本的缩略图512 × 512(100 KB)Datumizer{{Information |Description={{en|1=3D rendering similar to the POV-Ray logo. rendered in POV-Ray.}} |Source={{own}} |Author=SharkD |Date=2009-10-26 |Permission= |other_versions= }}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据