﻿<?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=Extensions%3AUni-Verse%2FProgressive_Reduction</id>
	<title>Extensions:Uni-Verse/Progressive Reduction - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3AUni-Verse%2FProgressive_Reduction"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/Progressive_Reduction&amp;action=history"/>
	<updated>2026-07-26T16:36:26Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/Progressive_Reduction&amp;diff=54716&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/Progressive_Reduction&amp;diff=54716&amp;oldid=prev"/>
		<updated>2018-06-28T17:51:32Z</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:51時点における版&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=Extensions:Uni-Verse/Progressive_Reduction&amp;diff=54715&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: Progressive Reduction moved to Extensions:Uni-Verse/Progressive Reduction: move to Extensions:</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/Progressive_Reduction&amp;diff=54715&amp;oldid=prev"/>
		<updated>2009-03-01T11:22:48Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/Progressive_Reduction&quot; class=&quot;mw-redirect&quot; title=&quot;Progressive Reduction&quot;&gt;Progressive Reduction&lt;/a&gt; moved to &lt;a href=&quot;/Extensions:Uni-Verse/Progressive_Reduction&quot; title=&quot;Extensions:Uni-Verse/Progressive Reduction&quot;&gt;Extensions:Uni-Verse/Progressive Reduction&lt;/a&gt;: move to Extensions:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction==&lt;br /&gt;
The progressive reduction library is based on a progressive compression method described in [1] and [2]. The progressive reduction reduces the triangles in meshes based on an error metric for visual purposes. The process of removing triangles and the information on the triangles is saved in a list to be able to rebuild the original mesh from that information. This is a standard approach like it is realized in other progressive compression systems as well. The reduction library was developed using C++. It has no dependencies on other libraries except the standard C++ libraries and can therefore easily be integrated in other applications&lt;br /&gt;
&lt;br /&gt;
==Error Metric==&lt;br /&gt;
The error metric included is mainly vertex based. Every vertex gets a priority that is calculated using the surrounding geometric attributes. The decision which vertex will be removed or not later in the reduction process is based on these priorities. If the priorities are calculated, the vertices with high priority are removed using half edge collapse method. In every simplification step all vertices with low priority will be removed. The description of the removed vertices and their surrounding topology are saved in a progressive list. When the simplification is complete the execution of the list in reverse order will reconstruct the original geometry step by step.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[1] J. Sahm, I. Soetebier, and H. Birthelmer. Efficient representation and streaming of 3d scenes. Computer &amp;amp; Graphics, 28(1):15–24, 2004.&lt;br /&gt;
[2] I. Soetebier, I. Birthelmer, J. Sahm, and V. Luckas. Managing large progressive meshes. Computer &amp;amp; Graphics, 28(5):691–701, 2004.&lt;br /&gt;
&lt;br /&gt;
[[Category:Libraries]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>