﻿<?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%3ASergof%2FGSoC2013%2FDocumentation</id>
	<title>利用者:Sergof/GSoC2013/Documentation - 版の履歴</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%3ASergof%2FGSoC2013%2FDocumentation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sergof/GSoC2013/Documentation&amp;action=history"/>
	<updated>2026-07-09T20:54:11Z</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:Sergof/GSoC2013/Documentation&amp;diff=143791&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:Sergof/GSoC2013/Documentation&amp;diff=143791&amp;oldid=prev"/>
		<updated>2018-06-28T21:04:30Z</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日 (木) 21:04時点における版&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:Sergof/GSoC2013/Documentation&amp;diff=143790&amp;oldid=prev</id>
		<title>wiki&gt;Sergof: Add video</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sergof/GSoC2013/Documentation&amp;diff=143790&amp;oldid=prev"/>
		<updated>2013-09-27T17:35:24Z</updated>

		<summary type="html">&lt;p&gt;Add video&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Custom center of mass ==&lt;br /&gt;
Primitive shapes aren't generated around the origin of the object any more.&lt;br /&gt;
Just like with convex hull and mesh shapes, the origin is the center of mass now.&lt;br /&gt;
&lt;br /&gt;
== Mesh source ==&lt;br /&gt;
Users can now specify the mesh source for mesh bases collision shapes.&lt;br /&gt;
The options are:&lt;br /&gt;
Base: The base mesh of the object.&lt;br /&gt;
Deform: Icludes any deformations added to the mesh (shape keys, deform modifiers).&lt;br /&gt;
Final: Includes all modifiers.&lt;br /&gt;
&lt;br /&gt;
== Ddeforming rigid bodies ==&lt;br /&gt;
When using the &amp;quot;Deform&amp;quot; mesh source, mesh shapes can deform during the simulation. Check the &amp;quot;Deforming&amp;quot; checkbox to enable it.&lt;br /&gt;
&lt;br /&gt;
== Compound Shapes ==&lt;br /&gt;
Several rigid bodies can be combined into one by using compound shapes.&lt;br /&gt;
By combining convex rigid bodies one can create more stable and fast concave rigid bodies.&lt;br /&gt;
Compound shapes are created using the parenting system. Rigid bodies that are parented to each other behave like one object.&amp;lt;br&amp;gt;&lt;br /&gt;
At the moment only one level of parenting is taken into accound, also the compound shape uses the center of mass and properties of the parent. This will likely change in the future.&lt;br /&gt;
&lt;br /&gt;
== Convex decomposition ==&lt;br /&gt;
To improve stability and performance of concave shapes one can use the &amp;quot;Approx&amp;quot; collision shape.&lt;br /&gt;
It approximates concave shapes by breaking them up into smaller convex parts internally.&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Right now this is still experimental.&lt;br /&gt;
&lt;br /&gt;
== Activation System ==&lt;br /&gt;
The activation system has been improved.&amp;lt;br&amp;gt;&lt;br /&gt;
Rigid bodies that start deactivated can now be activated in several different ways:&lt;br /&gt;
* '''Collision''': Body is activated on collision with any other rigid body (similar to how acivation worked previously, only more accurate).&lt;br /&gt;
* '''Trigger''': Body is only activated on collision with trigger objects.&lt;br /&gt;
* '''Time''': Body is activated after a specified ammount of time.&lt;br /&gt;
&lt;br /&gt;
== Trigger and ghost objects ==&lt;br /&gt;
Rigid bodies can now be marked as triggers and ghosts. They have special meaning for object activation.&lt;br /&gt;
* '''Trigger''': Can activate rigid bodies that use the &amp;quot;Trigger&amp;quot; activation type.&lt;br /&gt;
* '''Ghost''': Doesn't respond to collisions but can be used to activate other rigid bodies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video demonstration of the new featues:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;vimeo&amp;gt;75594246&amp;lt;/vimeo&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sergof</name></author>
		
	</entry>
</feed>