﻿<?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%3AJaguarandi%2FSummerOfCode2009%2FNotes</id>
	<title>利用者:Jaguarandi/SummerOfCode2009/Notes - 版の履歴</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%3AJaguarandi%2FSummerOfCode2009%2FNotes"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2009/Notes&amp;action=history"/>
	<updated>2026-05-12T05:31:06Z</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:Jaguarandi/SummerOfCode2009/Notes&amp;diff=89147&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:Jaguarandi/SummerOfCode2009/Notes&amp;diff=89147&amp;oldid=prev"/>
		<updated>2018-06-28T18:42:25Z</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日 (木) 18:42時点における版&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:Jaguarandi/SummerOfCode2009/Notes&amp;diff=89146&amp;oldid=prev</id>
		<title>wiki&gt;Jaguarandi: /* Bugs */ link fix</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2009/Notes&amp;diff=89146&amp;oldid=prev"/>
		<updated>2009-08-14T16:44:22Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Bugs: &lt;/span&gt; link fix&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Notes ==&lt;br /&gt;
In this section I will point out some issues found during SoC&lt;br /&gt;
&lt;br /&gt;
=== Optimization ===&lt;br /&gt;
*Quad splitting - currently quads are split intro triangles if they aren't flat enough. Although this makes stuff easier like: 1 normal per primitive, and maybe helps handling some bugs, this can be bad for raytrace optimization as it doubles the ammount of nodes in most normal scenes. [Probably outside SoC scope as it may need to touch several parts of code]&lt;br /&gt;
&lt;br /&gt;
*Better BoundingBox fitting at instance support [No action taken until now]&lt;br /&gt;
&lt;br /&gt;
*Add support to improve ray_trace_shadow_tra( source/blender/render/intern/source/rayshade.c) when theres alpha objects, instead of performing several raycast, it could be done with only 1 cast and some callbacks to control/save the order of the raycast, resulting into a single raycast call.&lt;br /&gt;
&lt;br /&gt;
*Add frustum-culls hints [Theres already hint support, basicaly only a frustum building and a frustum-bb test needs to be plugged in]&lt;br /&gt;
&lt;br /&gt;
*Add progressive hint refinement (eg.: store hint per light and then refine them conforming the point being shaded)&lt;br /&gt;
&lt;br /&gt;
=== Bugs ===&lt;br /&gt;
* Old code gives some banding effects, this happens due to colisions being found with neighbour faces (intersection2), if alll neighbours hits are ignored the face looks smoother but then it creates bugs at handling neighbour faces that are ocluding each other (http://lists.blender.org/pipermail/soc-2009-dev/2009-June/000063.html). New code behaves as old code, as no 100% bug-fix was found.&lt;br /&gt;
&lt;br /&gt;
* Old code is buggy at handling SUN shadows (http://lists.blender.org/pipermail/soc-2009-dev/2009-June/000108.html). New code behaves as old code so that it doesn't breaks renders.&lt;br /&gt;
&lt;br /&gt;
* Shading code is buggy at handling mirror rays inside mirrors rays ([[User:Jaguarandi/SummerOfCode2009/TestScenes| See the raymirror scene]])&lt;br /&gt;
&lt;br /&gt;
=== TODO ===&lt;br /&gt;
* Render memory aware (test all mallocs and fail safely)&lt;br /&gt;
* Add &amp;quot;break-render-test&amp;quot; during render build&lt;br /&gt;
* Check baking&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jaguarandi</name></author>
		
	</entry>
</feed>