﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ASionix%2FSummerOfCode2006</id>
	<title>利用者:Sionix/SummerOfCode2006 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ASionix%2FSummerOfCode2006"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sionix/SummerOfCode2006&amp;action=history"/>
	<updated>2026-04-25T07:31:12Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sionix/SummerOfCode2006&amp;diff=47464&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sionix/SummerOfCode2006&amp;diff=47464&amp;oldid=prev"/>
		<updated>2018-06-28T17:47:47Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 17:47時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sionix/SummerOfCode2006&amp;diff=47463&amp;oldid=prev</id>
		<title>wiki&gt;Sionix: /* Clouds */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sionix/SummerOfCode2006&amp;diff=47463&amp;oldid=prev"/>
		<updated>2006-09-26T22:22:12Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Clouds&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Sky Generator Project. Summer of Code 2006 =&lt;br /&gt;
[ [[User:Sionix/SummerOfCode2006/Proposal|Proposal page]] ] [ [[User:Sionix/SummerOfCode2006/Contact|Contact info]] ] [ [[BlenderDev/SummerOfCode2006|Back to the GSoC2006]] ]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Sunlight and skylight together with cloud effects are widely used in 3d applications to provide beautiful and realistic views in outdoor scenes. Sky generator (SG) is a general name for functionality intended to enable these features. Although simulation can be computationally expensive, it can be approximated in order to receive enough quality in acceptable time.&lt;br /&gt;
&lt;br /&gt;
Current Blender’s world object provides simple shading model allowing in some cases to substitute skylight. SG is intended to extend world object and provide accurate atmospheric effects in Blender, allowing users to avoid usage of external tools for these purposes. [[User:Sionix/SummerOfCode2006/Proposal|more...]]&lt;br /&gt;
&lt;br /&gt;
== Development plan ==&lt;br /&gt;
The project consists of four big parts, which can be called Sky, Clouds and Animation. Each part is independent from another so will be implemented as separate ‘project-in-project’. Modeling part, introduced in proposal, was decided to spread on first two. It will help to keep integrity in each sub-project.&lt;br /&gt;
&lt;br /&gt;
=== Sky ===  &lt;br /&gt;
[[User:Sionix/SummerOfCode2006/Sky|[Technical doc]]]&lt;br /&gt;
&lt;br /&gt;
Sky is physical-based skylight, sunlight and aerial perspective model for Blender. It provides realistic visualization of world’s sky dome. And atmospheric aerial perspective effect (‘fog’, desaturation and color shift of distant objects). More information can be found in references of [[User:Sionix/SummerOfCode2006/Proposal|proposal doc]].&lt;br /&gt;
&lt;br /&gt;
==== Sky background ====&lt;br /&gt;
Sky background is calculated at every pixel of rendering image, using camera orientation and atmosphere parameters. The process does not uses separate buffers for storing full sky color image, thus can be used with different resolution modes without drawbacks in quality.&lt;br /&gt;
&lt;br /&gt;
==== Sun object ====&lt;br /&gt;
Sun will have own representation as scene object by SunLamp (lamp with 'Sun' mode on). User will be able both to change its position manually or use geographical coordinates and time/date properties. While rendering sun will be shown as halo object. Also support of multiple suns is supposed. Influence of several stars will be calculated as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;result = W1 * param1 + W2 * param2 + ... &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where ''Wi'' - is weight factor for each sun, ''parami'' - necessary parameter (e.g. color).&lt;br /&gt;
&lt;br /&gt;
=== Clouds ===&lt;br /&gt;
[[User:Sionix/SummerOfCode2006/Clouds|[Technical doc]]]&lt;br /&gt;
&lt;br /&gt;
Clouds will be built on base of particles and containers (See http://www.ofb.net/~eggplant/clouds/). Container - is a mesh (or set of meshes) that holds single cloud object mass. So artists will be able to create clouds with necessary shapes and place in proper places in the scene. Particles (that represent cloud parts) will be arranged inside of container meshes. Freecy clouds will be considered separately.&lt;br /&gt;
&lt;br /&gt;
=== Animation ===&lt;br /&gt;
As we have defined scene objects, animation of them will be quite straightforward.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sionix</name></author>
		
	</entry>
</feed>