﻿<?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=Doc%3A2.6%2FManual%2FPhysics%2FParticles%2FPhysics%2FNewtonian</id>
	<title>Doc:2.6/Manual/Physics/Particles/Physics/Newtonian - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FPhysics%2FParticles%2FPhysics%2FNewtonian"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&amp;action=history"/>
	<updated>2026-08-22T20:08:09Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&amp;diff=105631&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&amp;diff=105631&amp;oldid=prev"/>
		<updated>2018-06-28T19:44:33Z</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日 (木) 19:44時点における版&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=Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&amp;diff=105630&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Doc:2.5/Manual/Physics/Particles/Physics/Newtonian to Doc:2.6/Manual/Physics/Particles/Physics/Newtonian</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&amp;diff=105630&amp;oldid=prev"/>
		<updated>2011-12-15T02:12:37Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Doc:2.5/Manual/Physics/Particles/Physics/Newtonian&quot; class=&quot;mw-redirect&quot; title=&quot;Doc:2.5/Manual/Physics/Particles/Physics/Newtonian&quot;&gt;Doc:2.5/Manual/Physics/Particles/Physics/Newtonian&lt;/a&gt; to &lt;a href=&quot;/Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&quot; title=&quot;Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&quot;&gt;Doc:2.6/Manual/Physics/Particles/Physics/Newtonian&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.5|Doc:2.5/Manual/Physics/Particles/Physics|Doc:2.5/Manual/Physics/Particles/Physics/Keyed}}&lt;br /&gt;
&lt;br /&gt;
=Newtonian Physics=&lt;br /&gt;
These are the “normal” particle physics. Particles start their life with the specified initial velocities and angular velocities, and move according to Newtonian forces. The response to environment and to forces is computed differently, according to any given integrator chosen by the animator.&lt;br /&gt;
&lt;br /&gt;
==Forces==&lt;br /&gt;
[[File:Newtonan.PNG|frame|Image 5: Newtonian Physics.]]&lt;br /&gt;
;{{Literal|Brownian}}&lt;br /&gt;
:Specify the amount of Brownian motion. Brownian motion adds random motion to the particles based on a Brownian noise field. This is nice to simulate small, random wind forces.&lt;br /&gt;
;{{Literal|Drag}}&lt;br /&gt;
: A force that reduces particle velocity in relation to it’s speed and size (useful in order to simulate Air-Drag or Water-Drag).&lt;br /&gt;
;{{Literal|Damp}}&lt;br /&gt;
: Reduces particle velocity (deceleration, friction, dampening).&lt;br /&gt;
&lt;br /&gt;
==Collision==&lt;br /&gt;
;{{Literal|Size Deflect}}&lt;br /&gt;
:Use the particle size in deflections.&lt;br /&gt;
;{{Literal|Die on Hit}}&lt;br /&gt;
:Kill particle when it hits a deflector object.&lt;br /&gt;
&lt;br /&gt;
==Integration==&lt;br /&gt;
&amp;lt;!--[[File:Integrators.png|frame|right|Image 2: Integrators types.]]--&amp;gt;&lt;br /&gt;
Integrators are a set of mathematical methods available to calculate the movement of particles. The following guidelines will help to choose a proper integrator, according to the behavior aimed at by the animator.&lt;br /&gt;
&lt;br /&gt;
{|{{Css/prettytable}}&lt;br /&gt;
|{{Literal|Euler}}&lt;br /&gt;
| Also known as “Forward Euler”. Simplest integrator. Very fast but also with less exact results. If no dampening is used, particles get more and more energy over time. For example, bouncing particles will bounce higher and higher each time. Should not be confused with “Backward Euler” (not implemented) which has the opposite feature, energies decrease over time, even with no dampening. Use this integrator for short simulations or simulations with a lot of dampening where speedy calculations is more important than accuracy.&lt;br /&gt;
|-&lt;br /&gt;
|{{Literal|Varlet}}&lt;br /&gt;
| Very fast and stable integrator, energy is conserved over time with very little numerical dissipation.&lt;br /&gt;
|-&lt;br /&gt;
|{{Literal|Midpoint}}&lt;br /&gt;
| Also known as “2nd order Runge-Kutta”. Slower than Euler but much more stable. If the acceleration is constant (no drag for example), it is energy conservative. It should be noted that in example of the bouncing particles, the particles might bounce higher than they started once in a while, but this is not a trend. This integrator is a generally good integrator for use in most cases.&lt;br /&gt;
|-&lt;br /&gt;
|{{Literal|RK4}}&lt;br /&gt;
| Short for “4th order Runge-Kutta”. Similar to Midpoint but slower and in most cases more accurate. It is energy conservative even if the acceleration is not constant. Only needed in complex simulations where Midpoint is found not to be accurate enough.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Timestep}}&lt;br /&gt;
:The simulation time step per frame.&lt;br /&gt;
;{{Literal|Subframes}}&lt;br /&gt;
:Subframes to simulate for improved stability and finer granularity in simulations. Use higher values for faster moving particles.&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Physics/Particles/Physics|Doc:2.5/Manual/Physics/Particles/Physics/Keyed}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>