To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
Spanish Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Archivo:Povray logo sphere.png

De Wikipedia, la enciclopedia libre

Ver la imagen en su resolución original(2048 × 2048 píxeles; tamaño de archivo: 661 kB; tipo MIME: image/png)

 
Esta imagen fue creada con POV-Ray.

Resumen

Descripción
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').
Fecha
Fuente Trabajo propio
Autor SharkD

Licencia

w:es:Creative Commons
atribución compartir igual
Eres libre:
  • de compartir – de copiar, distribuir y transmitir el trabajo
  • de remezclar – de adaptar el trabajo
Bajo las siguientes condiciones:
  • atribución – Debes otorgar el crédito correspondiente, proporcionar un enlace a la licencia e indicar si realizaste algún cambio. Puedes hacerlo de cualquier manera razonable pero no de manera que sugiera que el licenciante te respalda a ti o al uso que hagas del trabajo.
  • compartir igual – En caso de mezclar, transformar o modificar este trabajo, deberás distribuir el trabajo resultante bajo la misma licencia o una compatible como el original.

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
}

Leyendas

Añade una explicación corta acerca de lo que representa este archivo

Elementos representados en este archivo

representa a

Historial del archivo

Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.

Fecha y horaMiniaturaDimensionesUsuarioComentario
actual14:13 12 oct 2019Miniatura de la versión del 14:13 12 oct 20192048 × 2048 (661 kB)Watchducktransparency (+ua +fn)
00:46 8 ago 2018Miniatura de la versión del 00:46 8 ago 20182048 × 2048 (860 kB)DatumizerSpruce it up a bit.
04:50 6 nov 2009Miniatura de la versión del 04:50 6 nov 2009512 × 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= }}

La siguiente página usa este archivo:

Uso global del archivo

Las wikis siguientes utilizan este archivo:

Metadatos

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.