﻿<?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%3APhonybone%2FArchive%2FParticlesDesign%2FComponents</id>
	<title>利用者:Phonybone/Archive/ParticlesDesign/Components - 版の履歴</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%3APhonybone%2FArchive%2FParticlesDesign%2FComponents"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/ParticlesDesign/Components&amp;action=history"/>
	<updated>2026-04-25T11:27:05Z</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:Phonybone/Archive/ParticlesDesign/Components&amp;diff=98481&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:Phonybone/Archive/ParticlesDesign/Components&amp;diff=98481&amp;oldid=prev"/>
		<updated>2018-06-28T19:38:01Z</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:38時点における版&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:Phonybone/Archive/ParticlesDesign/Components&amp;diff=98480&amp;oldid=prev</id>
		<title>wiki&gt;Phonybone: moved User:Phonybone/ParticlesDesign/Components to User:Phonybone/Archive/ParticlesDesign/Components</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/ParticlesDesign/Components&amp;diff=98480&amp;oldid=prev"/>
		<updated>2012-10-25T11:02:34Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/ParticlesDesign/Components&quot; class=&quot;mw-redirect&quot; title=&quot;利用者:Phonybone/ParticlesDesign/Components&quot;&gt;User:Phonybone/ParticlesDesign/Components&lt;/a&gt; to &lt;a href=&quot;/%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/ParticlesDesign/Components&quot; title=&quot;利用者:Phonybone/Archive/ParticlesDesign/Components&quot;&gt;User:Phonybone/Archive/ParticlesDesign/Components&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|User:Phonybone/ParticlesDesign/Goals|User:Phonybone/ParticlesDesign/Components/User_Interface}}&lt;br /&gt;
= User Interface =&lt;br /&gt;
[[User:Phonybone/ParticlesDesign/Components/User_Interface|Details]]&lt;br /&gt;
&lt;br /&gt;
Particle systems get their place in Blender in the form of a new object type &amp;quot;Point Cloud&amp;quot;. It acts as the main container for particles, just like a mesh is the container of vertices, edges and faces, a curve is the container for control points and so on.&lt;br /&gt;
&lt;br /&gt;
As the main method of configuration particles will use ''node trees''. For this purpose a new node tree type for particles is added (see [[User:Phonybone/ParticlesDesign/Components/Animation|Animation]] for details). On selecting the point cloud object the node editor displays the particle node tree.&lt;br /&gt;
&lt;br /&gt;
= Data Management =&lt;br /&gt;
[[User:Phonybone/ParticlesDesign/Components/Data_Management|Details]]&lt;br /&gt;
&lt;br /&gt;
== Buffers ==&lt;br /&gt;
Particle buffers need to handle large amounts of individual particles and often also create and destroy a large amount of them in each frame step. Therefore the particle buffers must be designed for scalability as well as extensibility. This is somewhat different to mesh buffers, which have a lot more internal structure (edges and faces) and usually do not change in size all the time!&lt;br /&gt;
&lt;br /&gt;
== Particle Attributes ==&lt;br /&gt;
Particles by default have minimal set of properties, namely location and velocity. All other properties are optional ''attributes'' and only enabled if some simulation modules require it. New particle attributes can be defined to enable advanced simulation or rendering capabilities.&lt;br /&gt;
&lt;br /&gt;
= Display =&lt;br /&gt;
[[User:Phonybone/ParticlesDesign/Components/Display|Details]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{WikiTask/Todo|Should display and rendering use node trees too? Or would a simpler interface be sufficient?}}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Drawing ==&lt;br /&gt;
Realtime drawing must display particles in a way that the information they carry (attributes) is conveyed and obvious to the user. At the same time, the display of large amount of particles should still be possible in realtime without loss of performance, so the particle representation should be kept simple.&lt;br /&gt;
&lt;br /&gt;
An important feature is the OpenGL display of debugging data for particles. This includes the visualization of&lt;br /&gt;
# Particle attributes&lt;br /&gt;
# Temporary simulation values, such as forces&lt;br /&gt;
# Intermediate simulation results to aid node tree designers in debugging&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
Rendering also allows different modes, depending on the complexity of particle attributes. Just like render modes, more render modes can be added by implenting a simple interface.&lt;br /&gt;
&lt;br /&gt;
As a general display feature, ''child particles'' can be used to drastically increase the particle density without overhead on simulation times. These can be generated on-the-fly when drawing and rendering, so they don't need to be stored in memory all together. This means that especially rendering can make use of much more particles than would fit into memory if they were stored.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{WikiTask/Todo|Child particles could possibly be implemented without special handling in the core system. Then this last point could also be excluded from this design and be left for a separate project.}}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Animation =&lt;br /&gt;
[[User:Phonybone/ParticlesDesign/Components/Animation|Details]]&lt;br /&gt;
&lt;br /&gt;
== Simulation ==&lt;br /&gt;
Simulation of physical effects, boids (swarm behaviour), etc. will be possible by using a node tree. While the actual implementation of the various simulations commonly used in particle effects and their individual components is out of the scope of this design, it aims at providing a base system to start from. With just a few new features (see the [[User:Phonybone/ParticlesDesign/Components/Animation|details page]]) the node tree should be flexible enough to provide all possible effects on a modular basis, i.e. by adding new node types to the system without having to modify the base code. Interaction between different simulations is then automatically possible by using the node interface.&lt;br /&gt;
&lt;br /&gt;
== Keyframes ==&lt;br /&gt;
Keyframe animation is an important part of particle effects. In order to accurately define keyframes for a particle system, the edit mode tools can be used to create and move particles to the desired locations. Keyframe animation can be implemented by a node in the node tree too. That way it becomes possible to flexibly combine the animation curves with other animation components and interpolate results as required.&lt;br /&gt;
&lt;br /&gt;
== Caching ==&lt;br /&gt;
Caching is an integral part of the system. After calculating animation results for a specific frame in the timeline, the result is stored in a disk- or memory cache. The buffer state from this frame can then be reloaded to make realtime playback possible without having to re-calculate a simulation.&lt;br /&gt;
{{Page/Footer|User:Phonybone/ParticlesDesign/Goals|User:Phonybone/ParticlesDesign/Components/User_Interface}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Phonybone</name></author>
		
	</entry>
</feed>