﻿<?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%3AApinzonf%2FGsoc2013%2Fdesign</id>
	<title>利用者:Apinzonf/Gsoc2013/design - 版の履歴</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%3AApinzonf%2FGsoc2013%2Fdesign"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Apinzonf/Gsoc2013/design&amp;action=history"/>
	<updated>2026-05-14T16:16:15Z</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:Apinzonf/Gsoc2013/design&amp;diff=142701&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:Apinzonf/Gsoc2013/design&amp;diff=142701&amp;oldid=prev"/>
		<updated>2018-06-28T20:56:38Z</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日 (木) 20:56時点における版&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:Apinzonf/Gsoc2013/design&amp;diff=142700&amp;oldid=prev</id>
		<title>2013年7月6日 (土) 20:44にwiki&gt;Apinzonfによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Apinzonf/Gsoc2013/design&amp;diff=142700&amp;oldid=prev"/>
		<updated>2013-07-06T20:44:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Design =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Project:&amp;lt;/b&amp;gt; Sketch Mesh Editing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt; C, C++.&lt;br /&gt;
&lt;br /&gt;
This new tool go into the specials menu, because the tool do not working in real time.&lt;br /&gt;
&lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=Edit Mode (Mesh)&lt;br /&gt;
|hotkey={{shortcut|W}}&lt;br /&gt;
|menu=Specials → Laplacian Deform&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction == &lt;br /&gt;
&lt;br /&gt;
This project allows the editing of a mesh by posing with the use of sketching sessions&lt;br /&gt;
&lt;br /&gt;
The project uses differential coordinates corresponding to the difference between a vector and the weighted average of its neighbors to represent the local detail of the mesh.&lt;br /&gt;
&lt;br /&gt;
[[File:Apinzonf_Diagram_differential_coordinate.png|center|thumb|369px| Differential Coordinate ]]&lt;br /&gt;
&lt;br /&gt;
For each vertex we store the information of its differential coordinate, when a change is made on the mesh and you want to reconstruct the original shape. The vertices are modified for new differential coordinates are as similar as possible to the original.&lt;br /&gt;
&lt;br /&gt;
For system operation requires:&lt;br /&gt;
&lt;br /&gt;
# Creating a modeling session, because the process takes several steps.&lt;br /&gt;
# Calculating the differential coordinates of the original mesh unchanged.&lt;br /&gt;
# Selecting and marking of a set of vertices that remain invariant during the modeling session (static anchors).&lt;br /&gt;
# The selection, marking and editing a set of vertices with the desired changes (handlers anchors).&lt;br /&gt;
# Create the system of equations with constraints (Static and handlers anchors).&lt;br /&gt;
# Factorize the main matrix.&lt;br /&gt;
# Solve the system of equations.&lt;br /&gt;
&lt;br /&gt;
The selection and editing to modify the mesh vertices can be combined with sketching sessions in which the simple drawing curves on the screen changes the mesh vertices.&lt;br /&gt;
&lt;br /&gt;
{{NiceTip|Question about user interaction| How should be the interaction with the user to create the modeling session, mark the vertices static and handlers?}}&lt;br /&gt;
&lt;br /&gt;
=== Description of my development computer ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;OS:&amp;lt;/b&amp;gt; Windows 7&lt;br /&gt;
* &amp;lt;b&amp;gt;Builder System&amp;lt;/b&amp;gt; CMake 2.8.8, MS VS2008&lt;br /&gt;
* &amp;lt;b&amp;gt;SVN tools:&amp;lt;/b&amp;gt; TortoiseSVN 1.7&lt;/div&gt;</summary>
		<author><name>wiki&gt;Apinzonf</name></author>
		
	</entry>
</feed>