<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Soft body]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=789&amp;type=atom"/>
	<updated>2013-10-02T18:26:06Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=789</id>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5172#p5172"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>zester wrote:</cite><blockquote><div class="quotebox"><cite>255 wrote:</cite><blockquote><div class="quotebox"><cite>zester wrote:</cite><blockquote><p>\</p></blockquote></div><p>Yes but I want collision so I need soft body physics like in Bullet.</p></blockquote></div><p>i agree, full Bullet Support is badly needed like yesterday, Morph target animation is defiantly something I would like to see in &quot;Addition&quot; at a later time. Maratis doesn&#039;t even have a proper Particle Effects system yet.</p></blockquote></div><p>hahaha! I just made a post in the General discussion thread about particles. haha</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2013-10-02T18:26:06Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5172#p5172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5170#p5170"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>255 wrote:</cite><blockquote><div class="quotebox"><cite>zester wrote:</cite><blockquote><p>\</p></blockquote></div><p>Yes but I want collision so I need soft body physics like in Bullet.</p></blockquote></div><p>i agree, full Bullet Support is badly needed like yesterday, Morph target animation is defiantly something I would like to see in &quot;Addition&quot; at a later time. Maratis doesn&#039;t even have a proper Particle Effects system yet.</p>]]></content>
			<author>
				<name><![CDATA[zester]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=516</uri>
			</author>
			<updated>2013-10-02T18:25:00Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5170#p5170</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5168#p5168"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>zester wrote:</cite><blockquote><p>\</p></blockquote></div><p>Yes but I want collision so I need soft body physics like in Bullet.</p>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-02T18:11:42Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5168#p5168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5167#p5167"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>255 wrote:</cite><blockquote><p>This is called deforming a mesh. It has nothing to do with physics. For physics to work (e.g. a collision between a cloth and a human), you should link every bone with a primitive which in turn has to be a physics joint, which is insane, not good performace-wise, etc. etc.<br />So your idea only works for &quot;fixed&quot; animations, cutscenes, and stuff like that.<br />Thanks for the suggestion though.</p></blockquote></div><p>Its called Morph target animation, per-vertex animation, shape interpolation, or blend shapes.</p><p>There are advantages to using morph target animation over skeletal animation. The artist has more control over the movements because he or she can define the individual positions of the vertices within a keyframe, rather than being constrained by skeletons. This can be useful for animating cloth, skin, and facial expressions because it can be difficult to conform those things to the bones that are required for skeletal animation.</p><p>The Horde3D engine supports this but I think there the only OSS engine that does, could pull that and there particle effects code. Once we get the build system moved over to premake ill look into it. Horde3D code base is realy small and clean. The author works for crytek.</p><div class="quotebox"><cite>Tutorial Doctor wrote:</cite><blockquote><div class="quotebox"><cite>255 wrote:</cite><blockquote><p>You can&#039;t use Blender&#039;s physics engine on external software just exporting a mesh.</p></blockquote></div><p>The way I am thinking is sorta hackish, but straightforward also. </p><p>I am sure I saw a tutorial where someone used shapekeys to move an armature, which moved the mesh. In this way, you have an armature which deforms a mesh (which is needed for maratis). That armature animation is keyframed and the whole thing is exported into Maratis. </p><p>The shapekeys are only a driver for the armature.</p><p>I am going to do some research on a way to drive the shapekeys with the physics engine (vertex groups?)</p></blockquote></div><p>Tutorial Doctor you shouldn&#039;t have to do all of that you could do this with physics and auto keying in blender.</p>]]></content>
			<author>
				<name><![CDATA[zester]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=516</uri>
			</author>
			<updated>2013-10-02T17:57:33Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5167#p5167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5166#p5166"/>
			<content type="html"><![CDATA[<p>This is called deforming a mesh. It has nothing to do with physics. For physics to work (e.g. a collision between a cloth and a human), you should link every bone with a primitive which in turn has to be a physics joint, which is insane, not good performace-wise, etc. etc.<br />So your idea only works for &quot;fixed&quot; animations, cutscenes, and stuff like that.<br />Thanks for the suggestion though.</p>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-02T17:46:33Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5166#p5166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5164#p5164"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>255 wrote:</cite><blockquote><p>You can&#039;t use Blender&#039;s physics engine on external software just exporting a mesh.</p></blockquote></div><p>The way I am thinking is sorta hackish, but straightforward also. </p><p>I am sure I saw a tutorial where someone used shapekeys to move an armature, which moved the mesh. In this way, you have an armature which deforms a mesh (which is needed for maratis). That armature animation is keyframed and the whole thing is exported into Maratis. </p><p>The shapekeys are only a driver for the armature.</p><p>I am going to do some research on a way to drive the shapekeys with the physics engine (vertex groups?)</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2013-10-02T17:34:50Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5164#p5164</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5157#p5157"/>
			<content type="html"><![CDATA[<p>You can&#039;t use Blender&#039;s physics engine on external software just exporting a mesh.</p>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-10-02T15:46:59Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5157#p5157</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5150#p5150"/>
			<content type="html"><![CDATA[<p>I think there I is a way to use Blender&#039;s armatures to drive its soft body physics. (I watch so many tutorials however, that I forget where I saw it)</p><p>I&#039;ll see if I can find it</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2013-10-02T14:51:27Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5150#p5150</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5105#p5105"/>
			<content type="html"><![CDATA[<p>Rigid physics improvement will be easy to add, it&#039;s a bullet wrapping essentially.</p><p>Soft Body is a bit more complicated because it influence the mesh dynamically,<br />and MEngine uses instances for similar meshs, so there is some things to do to allow dynamic meshs<br />in the engine and in the renderer.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-10-01T07:26:12Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5105#p5105</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Soft body]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=5100#p5100"/>
			<content type="html"><![CDATA[<p>Any plan?<br />Looking at the roadmap, &quot;physics improvement&quot; seems to be way to the bottom of priority.<br />What if I try to add it myself, is it difficult? Is it just some Bullet wrapping or is it something long to do and that it requires good knowledge of the matter?<br />Thanks.</p>]]></content>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2540</uri>
			</author>
			<updated>2013-09-30T19:15:18Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=5100#p5100</id>
		</entry>
</feed>
