﻿<?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%3AVladius%2FSummerOfCode2006%2FVolumetric_Rendering_Proposal</id>
	<title>利用者:Vladius/SummerOfCode2006/Volumetric Rendering Proposal - 版の履歴</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%3AVladius%2FSummerOfCode2006%2FVolumetric_Rendering_Proposal"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Vladius/SummerOfCode2006/Volumetric_Rendering_Proposal&amp;action=history"/>
	<updated>2026-08-16T20:42:43Z</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:Vladius/SummerOfCode2006/Volumetric_Rendering_Proposal&amp;diff=47096&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:Vladius/SummerOfCode2006/Volumetric_Rendering_Proposal&amp;diff=47096&amp;oldid=prev"/>
		<updated>2018-06-28T17:47:36Z</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:Vladius/SummerOfCode2006/Volumetric_Rendering_Proposal&amp;diff=47095&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Dev:Ref/GSoC/2006/Proposals/VolumetricRendering to User:Vladius/SummerOfCode2006/Volumetric Rendering Proposal:&amp;#32;moving to personal page, as it has been done since 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Vladius/SummerOfCode2006/Volumetric_Rendering_Proposal&amp;diff=47095&amp;oldid=prev"/>
		<updated>2009-06-14T11:46:44Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:Ref/GSoC/2006/Proposals/VolumetricRendering&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:Ref/GSoC/2006/Proposals/VolumetricRendering&quot;&gt;Dev:Ref/GSoC/2006/Proposals/VolumetricRendering&lt;/a&gt; to &lt;a href=&quot;/%E5%88%A9%E7%94%A8%E8%80%85:Vladius/SummerOfCode2006/Volumetric_Rendering_Proposal&quot; title=&quot;利用者:Vladius/SummerOfCode2006/Volumetric Rendering Proposal&quot;&gt;User:Vladius/SummerOfCode2006/Volumetric Rendering Proposal&lt;/a&gt;: moving to personal page, as it has been done since 2006&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Summer of Code 2006: Volumetric Rendering Proposal==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== IMPLEMENTING VOLUMETRIC RENDERING FOR BLENDER===&lt;br /&gt;
&lt;br /&gt;
==== Synopsis:====&lt;br /&gt;
Volumetric rendering is the process of visualizing three dimensional data sets.I would like to implement slice-based rendering of volumes, defined by the volume function like &amp;quot;Fragment getFragment(x,y,z)&amp;quot; where &amp;quot;Fragment&amp;quot; is a data structure containing fields like red, green and blue color channels, alpha channel, normal vector, etc; x, y, z denotes a point in 3D space(local or global). Slice method approximates the volume by projecting volume function on sequential planes. Planes are camera-oriented, meaning their normals always points toward the camera. Slice technic is good for rendering volumes that describe cloud-like objects: explosions, nebulas, smoke. getFragment function allows high variation of possibilities including constructing specific shapes with boolean operations. For example, one cloud can &amp;quot;mask out&amp;quot; another cloud.&lt;br /&gt;
&lt;br /&gt;
Blender currently has no volumetric rendering. Effects like explosions can be produced with particles, but when camera moves around, it is clearly visible that explosion is created from &amp;quot;parts&amp;quot; that behave unnaturally.&lt;br /&gt;
&lt;br /&gt;
=== Deliverables:===&lt;br /&gt;
New object type &amp;quot;Volume&amp;quot; will be implemented. This type will have position and dimensions. Also it will have parameters that adjust rendering quality, like quantity of slices, and possibly some other sampling parameters. New pass for sliced volumetric rendering will be implemented and seemlessly integrated. &amp;quot;getFragment(x,y,z)&amp;quot; will be implemented for 3D textures.&lt;br /&gt;
&lt;br /&gt;
=== Implementation Details:===&lt;br /&gt;
New blender's rendering process allows for easy integration of new rendering passes. renderVolume function will be implemented to write into RenderPart. Resulting part will be combined by blender's rendering engine.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>