﻿<?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%3AAnsimionescu%2FNotes%2F3</id>
	<title>利用者:Ansimionescu/Notes/3 - 版の履歴</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%3AAnsimionescu%2FNotes%2F3"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Ansimionescu/Notes/3&amp;action=history"/>
	<updated>2026-07-05T06:30:50Z</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:Ansimionescu/Notes/3&amp;diff=137047&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:Ansimionescu/Notes/3&amp;diff=137047&amp;oldid=prev"/>
		<updated>2018-06-28T20:49:42Z</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:49時点における版&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:Ansimionescu/Notes/3&amp;diff=137046&amp;oldid=prev</id>
		<title>wiki&gt;Ansimionescu: /* Cycles */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Ansimionescu/Notes/3&amp;diff=137046&amp;oldid=prev"/>
		<updated>2012-06-14T15:49:50Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Cycles&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==BMesh==&lt;br /&gt;
BMesh is the new mesh editing API, used for efficient manipulation of mesh data.&lt;br /&gt;
&lt;br /&gt;
Each entity in a mesh has an associated persistent bitfield that stores flags.&lt;br /&gt;
&lt;br /&gt;
===Entities===&lt;br /&gt;
====Faces====&lt;br /&gt;
Faces link to a loop in the loop cycle, the circular linked list of loops defining the boundary of the face.&lt;br /&gt;
====Edges====&lt;br /&gt;
Edges represent a connection between two vertices, but also store a link to a loop in the ''radial cycle'' of the edge.&lt;br /&gt;
====Vertices====&lt;br /&gt;
Vertices store a coordinate and link to an edge in the disk cycle of the vertex.&lt;br /&gt;
====Loops====&lt;br /&gt;
They define the boundary loop of a face. Each loop corresponds to an edge. [http://www.cs.sunysb.edu/~gu/software/MeshLib/structure.gif pic1] [http://www.leda-tutorial.org/en/unofficial/Pictures/SaarlandPlanarGraph.png pic2]&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Loops store the pointers:&lt;br /&gt;
* v - pointer to the first vertex&lt;br /&gt;
* e - pointer to the loop's edge&lt;br /&gt;
* f - pointer to the face associated with this loop&lt;br /&gt;
&lt;br /&gt;
Home:&lt;br /&gt;
&lt;br /&gt;
[0] http://wiki.blender.org/index.php/User:Ansimionescu&lt;br /&gt;
&lt;br /&gt;
Reference:&lt;br /&gt;
&lt;br /&gt;
[1] BMesh doc: http://wiki.blender.org/index.php/Dev:2.6/Source/Modeling/BMesh/Design&lt;br /&gt;
&lt;br /&gt;
[2]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ansimionescu</name></author>
		
	</entry>
</feed>