File:Povray logo sphere.png
From Vigyanwiki
Povray logo sphere.png
Size of this preview: 600 × 600 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 768 × 768 pixels | 1,024 × 1,024 pixels | 2,048 × 2,048 pixels.
Original file (2,048 × 2,048 pixels, file size: 661 KB, MIME type: image/png)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
Summary
| DescriptionPovray logo sphere.png |
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'). |
| Date | |
| Source | Own work |
| Author | SharkD |
| PNG genesis InfoField |
Licensing
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported licence.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the licence, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible licence as the 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
}
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts
26 October 2009
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 19:43, 12 October 2019 | 2,048 × 2,048 (661 KB) | wikimediacommons>Watchduck | transparency (+ua +fn) |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
| File change date and time | 14:09, 12 October 2019 |
|---|---|
| Software used |
|
| PNG file comment |
|
Retrieved from ‘https://www.vigyanwiki.in/wiki/File:Povray_logo_sphere.png’