<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Visual 3D Math]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=849</link>
		<description><![CDATA[The most recent posts in Visual 3D Math.]]></description>
		<lastBuildDate>Fri, 25 Oct 2013 10:07:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5809#p5809</link>
			<description><![CDATA[<div class="quotebox"><cite>255 wrote:</cite><blockquote><p>Maybe I&#039;ll add other things (e.g. drawAngle), but definitely not soon <img src="http://forum.maratis3d.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p></blockquote></div><p>Basically, if I&#039;ll need something during my game development process, I&#039;ll add it. ^ ^</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Fri, 25 Oct 2013 10:07:03 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5809#p5809</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5808#p5808</link>
			<description><![CDATA[<p>this is very useful and easy to use thank you 255 <img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> .<br />Are you gonna add anything to the plugin in the future ? .</p>]]></description>
			<author><![CDATA[dummy@example.com (Crucio777)]]></author>
			<pubDate>Fri, 25 Oct 2013 06:29:53 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5808#p5808</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5750#p5750</link>
			<description><![CDATA[<p>Perfect, that&#039;s simple and comfortable.<br />Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Wed, 23 Oct 2013 18:46:51 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5750#p5750</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5746#p5746</link>
			<description><![CDATA[<p>255: You don&#039;t need to extend MScript. Just use the following in your &#039;StartPlugin&#039; function:</p><div class="codebox"><pre><code>MScriptContext* script = engine-&gt;getScriptContext();
script-&gt;addFunction(&quot;applyDamage&quot;, applyDamage); // applyDamage is the pointer to a function returning an integer</code></pre></div><p>a simple function for use looks like this:</p><div class="codebox"><pre><code>int applyDamage()
{
    MEngine* engine = MEngine::getInstance();
    MGame* game = engine-&gt;getGame();
    MScene* scene = engine-&gt;getLevel()-&gt;getCurrentScene();
    MScriptContext* script = engine-&gt;getScriptContext();

    if(script-&gt;getArgsNumber() != 2)
        return 0;

    int firstInteger = script-&gt;getInteger(0); // The first argument of the call
    int secondInteger = script-&gt;getInteger(1); // The second argument of the call
        
    return 1;
}</code></pre></div><p>Have fun, Sponk</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Wed, 23 Oct 2013 15:57:33 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5746#p5746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5718#p5718</link>
			<description><![CDATA[<div class="quotebox"><cite>zester wrote:</cite><blockquote><div class="quotebox"><cite>255 wrote:</cite><blockquote><p>Mine wasn&#039;t a hate post and I didn&#039;t respond in angry form (before). And yes, you got mad. Saying the contrary doesn&#039;t make your post any different from an &quot;upset post&quot;.<br />«WE ARE HUMAN!» and stuff like this.<br />Well, whatever, maybe we both don&#039;t understand the nature of our posts.<br />I think my post was not angry and that your was angry.<br />You think that my post was angry and that your was not angry.<br />lol<br />Well at least we know that now.</p><p>p.s. all this because of this cutting-posts-forum-bug? Oh jeez <img src="http://forum.maratis3d.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p></blockquote></div><p>Don&#039;t pay any attention to him 255, he is trying to do the same to me. Just make fun of him or ignore him all together, maybe he will go away.</p></blockquote></div><p>I was trying to help him understand what occurred, and you come here attacking me too ?</p><p>What about &#039;not nice&#039; , do you not understand. You seem to enjoy&#039; making fun of others&#039;, yet you call ME out for causing trouble ? Really zester, what part of hypocrisy is lost on you ?</p><p>I tried to spin this thread DOWN, by apologizing, and &#039;guessing&#039; why things spiraled out of control, then you zester come here with your mental aerobics, and cause MORE trouble.</p><p>Really zester , was there no other post you could have made, and not continue the downward spiral ? I had stopped &#039;the bleeding&#039; if that&#039;s an analogy you prefer, and you just opened up a huge chasm.</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Tue, 22 Oct 2013 19:10:42 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5718#p5718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5717#p5717</link>
			<description><![CDATA[<div class="quotebox"><cite>VeganDev wrote:</cite><blockquote><p>just point TD/us/me to a URL where we can understand the finer points of what you are trying to say <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />Problem solved ya us! <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" />)</p></blockquote></div><p>I understand your point, I&#039;ll try to do that in the future.</p><div class="quotebox"><cite>Tutorial Doctor wrote:</cite><blockquote><p>This gizmo will seems to be very useful though once I figure out how to implement it (learning about vectors in 3d myself). <br />It is good to have a visual representation of what is happening in code, and that gives me a good idea. Thanks 255.</p></blockquote></div><p>Thank you Tutorial Doctor for trying to bring the thread in-topic. I may see if I can translate this into a Lua list of functions maybe. Shouldn&#039;t be too hard I guess.<br />Maybe doing a class derived from MScript and adding some methods?<br />Has anyone done something like this (extend lua functions)? What&#039;s the &quot;standard way&quot; to go?</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 22 Oct 2013 19:07:11 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5717#p5717</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5716#p5716</link>
			<description><![CDATA[<p>SO this entire thing, was to make a point about creating a gizmo ?</p><p>I presumed it was literally about , points and vectors, because he said nothing, even though I agree it DOES look like a gizmo which maraits uses, about being a gizmo. I try not to assume anyting.</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Tue, 22 Oct 2013 19:04:19 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5716#p5716</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5715#p5715</link>
			<description><![CDATA[<div class="quotebox"><cite>255 wrote:</cite><blockquote><p>Mine wasn&#039;t a hate post and I didn&#039;t respond in angry form (before). And yes, you got mad. Saying the contrary doesn&#039;t make your post any different from an &quot;upset post&quot;.<br />«WE ARE HUMAN!» and stuff like this.<br />Well, whatever, maybe we both don&#039;t understand the nature of our posts.<br />I think my post was not angry and that your was angry.<br />You think that my post was angry and that your was not angry.<br />lol<br />Well at least we know that now.</p><p>p.s. all this because of this cutting-posts-forum-bug? Oh jeez <img src="http://forum.maratis3d.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p></blockquote></div><p>Don&#039;t pay any attention to him 255, he is trying to do the same to me. Just make fun of him or ignore him all together, maybe he will go away.</p>]]></description>
			<author><![CDATA[dummy@example.com (zester)]]></author>
			<pubDate>Tue, 22 Oct 2013 19:02:42 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5715#p5715</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5712#p5712</link>
			<description><![CDATA[<p>Wow, this is going on all over the place (tempers people tempers!) haha.</p><p>This gizmo will seems to be very useful though once I figure out how to implement it (learning about vectors in 3d myself). </p><p>It is good to have a visual representation of what is happening in code, and that gives me a good idea. Thanks 255.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tutorial Doctor)]]></author>
			<pubDate>Tue, 22 Oct 2013 18:59:08 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5712#p5712</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5711#p5711</link>
			<description><![CDATA[<p>YOu owe me another apology for this :</p><p>&quot;&nbsp; YOu attempt to put me down, say I &#039;overreacted somehow and should learn from others &#039;posts&#039;, yet you do this :</p><p>&quot;&nbsp; (Now, THIS is rude, and it&#039;s the first actual rude thing I&#039;ve wrote in the entire forum. But you definitely asked for it lol.)&nbsp; &nbsp;&quot;<br /> &quot;</p><p>Can&#039;t you just apologize to someone, without asking something in return, in this case, by specifically saying you are going to ENJOY the following put down, and then lol about it.</p><p>You said I was the angry one, well I do sometimes get angry at willful insults, but it seems you enjoy insulting people. </p><p>I wonder who here needs therapy, the one&nbsp; who enjoys insults, or the one who&nbsp; &nbsp;feels responsible for showing people the error/arrogance/hatefulness of their ways, to try to stop them from bullying others. YOu do know, the current trend in bullying is causing suicides, right ? Just sayin...sometimes there are horrible consequences for the actions, that we think at the time, mean nothing to us, but are devastating to someone else <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /> ( not me).</p><p>&quot; Well, whatever, maybe we both don&#039;t understand the nature of our posts.<br />I think my post was not angry and that your was angry.<br />You think that my post was angry and that your was not angry.<br />lol<br />Well at least we know that now. &quot;</p><p>That&#039;s not a apology, its you just trying to get out of the mess you put yourself in, when you said I had it coming and that THIS was going to be rude.</p><p>Maybe its a &#039;language barrier&#039;, I honestly don&#039;t know. I know rude when I see it,,OR maybe you&#039;re not presenting yourself favorably given English isn&#039;t your first language.</p><p>That could very very easily be the case.</p><p>So lets&#039; start ALL over.</p><p>Let&#039;s not ever, be rude again, to anyone asking for help, not in any way shape or form, shall we be rude, condescending or&nbsp; &nbsp;show angst over them asking coding questions, and if you can&#039;t help yourself, instead of doing it, just point TD/us/me to a URL where we can understand the finer points of what you are trying to say <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Problem solved ya us! <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" />)</p><p>Sorry for any misunderstands 255, can we now start over ? <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" />)</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Tue, 22 Oct 2013 18:57:06 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5711#p5711</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5710#p5710</link>
			<description><![CDATA[<p>Mine wasn&#039;t a hate post and I didn&#039;t respond in angry form (before). And yes, you got mad. Saying the contrary doesn&#039;t make your post any different from an &quot;upset post&quot;.<br />«WE ARE HUMAN!» and stuff like this.<br />Well, whatever, maybe we both don&#039;t understand the nature of our posts.<br />I think my post was not angry and that your was angry.<br />You think that my post was angry and that your was not angry.<br />lol<br />Well at least we know that now.</p><p>p.s. all this because of this cutting-posts-forum-bug? Oh jeez <img src="http://forum.maratis3d.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 22 Oct 2013 18:52:37 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5710#p5710</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5709#p5709</link>
			<description><![CDATA[<p>OH poor 255. I wasn&#039;t &#039;mad&#039;, I was responding to your hate post. That&#039;s how we &#039;learn&#039;. <br />YOu responded to poor TD and me , in angry form.&nbsp; &nbsp;Putting us down as if we are &#039;beneath&#039; you somehow.</p><p>Maybe you don&#039;t realize it, but you do it. Now you r ealize that you do it, and then you further try to put me down, to avoid taking responsibility yourself. Do you think that&#039;s nice ? </p><p>YOu attempt to put me down, say I &#039;overreacted somehow and should learn from others &#039;posts&#039;, yet you do this :</p><p>&quot;&nbsp; (Now, THIS is rude, and it&#039;s the first actual rude thing I&#039;ve wrote in the entire forum. But you definitely asked for it lol.)&nbsp; &nbsp;&quot;</p><p>So please enlighten me would you, how you find it inyourself, to blame others for not being attentive enough to reasonable conversation, then further insult and ridicule, by seeming to enjoy that THIS is really going to be rude , and laughing about it, because I surely, &#039;asked for it&#039; lol.</p><p>And you call me out of touch ?</p><p>I accept your apology btw, which YES, was a big part of what caused me to scold you, and show you the error of your ways. That&#039;s&nbsp; what being&nbsp; a responsible citizen is all about, showing others , that when they &#039;bully&#039; other people, they will be called OUT for it. Maybe in your world, that never happens, but sorry, I call people out , when they do it, as society should do, otherwise bullies just&nbsp; continue to bully.</p><p>Anyway , apology accepted, I think (&nbsp; not that Im at all sure you meant it, give you attitude overall, but w&#039;ell see how things go)</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Tue, 22 Oct 2013 18:41:42 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5709#p5709</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5707#p5707</link>
			<description><![CDATA[<div class="quotebox"><cite>VeganDev wrote:</cite><blockquote><p>YOu are lucky anael is who he is, or you would be REMOVED from this forum. I still think you should be.</p></blockquote></div><p>I think anael should remove from the forum people who acts like kids and are not able to use an internet board without getting all upset and offended for every post others write. If I wanted to talk about humanity and emotions I would visit a different forum, here I guess we should stay pretty technical.<br />Maybe you need more real human-interactions?<br />Tutorial Doctor &quot;solved&quot; the matter very easily without getting into this crazy wall of text lamentations, you should learn from him.<br />(Now, THIS is rude, and it&#039;s the first actual rude thing I&#039;ve wrote in the entire forum. But you definitely asked for it lol.)</p><p>About this almighty programmer myth, I am not, I just do it for hobby every now and then and I mostrly suck at it (it takes me hours to get things done that a real programmer could do in minutes).</p><p>BTW about this sentence of mine </p><div class="quotebox"><blockquote><p>And you&#039;re good at it too lol as we&#039;ve seen in the other thread of mine.</p></blockquote></div><p>I confused you with zester, referring to an other thread. There are a lot of misunderstanding ultimately uh..<br />So sorry for that, especially if that is what made you get mad.</p>]]></description>
			<author><![CDATA[dummy@example.com (255)]]></author>
			<pubDate>Tue, 22 Oct 2013 18:38:24 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5707#p5707</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5697#p5697</link>
			<description><![CDATA[<div class="quotebox"><cite>255 wrote:</cite><blockquote><p>This &quot;plugin&quot; of mine (it&#039;s actually an addition to a C++ plugin given in the form of source files) allows you to draw points and vectors in your scene so that you can visually see them instead of operating just with numbers.<br />This is useful when debugging: let&#039;s say you want to calculate a direction vector to move a character along it.<br />It doesn&#039;t work as expected, so you use my plugin to visually see where this vector is pointing to help you understand what is possibily going wrong (e.g. it&#039;s pointing in the inverse direction or 90° wrong, I don&#039;t know).</p><p>However, the first sentence <strong>alone</strong> in my first post answers both Tutorial Doctor&#039;s questions (&quot;what is this about&quot; and &quot;do I need C++&quot;).<br />But I also added:<br /><strong>a code example</strong><br />and<br /><strong>an image</strong><br />You may not be able to <strong>use</strong> it, but you can&#039;t say that you don&#039;t get <strong>what this is about</strong>.<br />As you don&#039;t know C++, I don&#039;t know Lua. But this doesn&#039;t justify negligently (superficially) reading a post. And you&#039;re good at it too lol as we&#039;ve seen in the other thread of mine. I&#039;m not trying to be a moron but come on, read my first post and then read Tutorial Doctor&#039;s question: it feels like a joke (I know it was not meant to); it&#039;s like this:<br />«Hey there I&#039;ve made a recipe to make a cake.»<br />«What&#039;s this about? Do I need a kitchen?»<br />You may not be good at cooking, but this doesn&#039;t justify your question.</p><p>BTW please let&#039;s quit this and go on with other discussion topics like the other question of yours:</p><div class="quotebox"><cite>VeganDev wrote:</cite><blockquote><p>Speaking of plugins, was this ever resolved, as in can we now have multiple plugins ? That is mandatory to do any serious game, right ?</p></blockquote></div><p>It depends. In the case of this plugin of mine, you can easily add it to your plugin code and just doing:<br /></p><div class="codebox"><pre><code>#include &quot;Visual3DMath.h&quot;</code></pre></div><p> allows you to use its functionalities.<br />If you do more complex plugin, which for example does something every frame, like moving an entity, then yes, you should need more plugins.<br />You&#039;ll end up with more DLL files but it&#039;s not a big deal.<br />However since all the plugins edit the same MGame class there could be incompatibilities.<br />So I&#039;m not sure how doable it is to have more DLL.</p></blockquote></div><p>You know what, just&nbsp; because you are a &#039;almighty&#039; programmer, doesn&#039;t allow you to be RUDE. You are clearly NOT from Missouri.</p><p>You are flat, rude.</p><p>YOu are lucky anael is who he is, or you would be REMOVED from this forum. I still think you should be. You need a RUDE awakening, to the fact, that you are human, Im human, TD is human, and you don&#039;t &#039;get away&#039; with talking DOWN to people .</p><p>What about that, is difficult for you, to grasp ? YOu are one to say, &#039;ah come on&#039;, so Im asking you, --really, come on now! <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>I guess your blinding intellect, blinds you to the finer points of accommodating other peoples FEELINGS. We aren&#039;t robots with no feelings, but even so, if we were and were more like the &#039;doctor&#039; on voyager then we&#039;d still be feeling the marks of your stinging comments.</p><p>I also see you replied with more detail, and that&#039;s just lovely of you, but I&#039;ve no interested in reading it, as I could not get beyond your arrogant attitude, long enough to concentrate on your response.&nbsp; If I saw an apology, I could prob. do it though <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /> I see a lot of people making seriously mean&nbsp; comments, and not offering apologies afterwards. There seems to be a trend going on around here lately....Is this what it means to be a programmer ? To be mean, and disprectful to other peoples feelings ? Count me OUT if that&#039;s what all this means ;)haha.</p><p>Just, Wow.</p><p>There are consequences in life, usually, for&nbsp; arrogance such as yours, but I guess around here that might not apply.</p><p>&#039;can&#039;t we all just get along&#039;, isn&#039;t going to work really well, when someone is willing to throw out nasty bombs. Just sayin...</p><p>If you are having posts cut off TD, you might need to switch to using IE browser as a experiment ?, My friends were having similar issues with firefox ( and other things) which caused him to switch to IE as well. good luck!</p><p>And btw, before anyone presumes Im ANGRY or going on and on, this is not the case. Just ask my local friends , when they get in their arrogant little &#039;moods&#039;, and then ask them what happens :)hahaha. I hold THEM accountable, and fire right back at them, so they know they did wrong. This doesn&#039;t mean Im not vulernable to not being rude at times, as we all have faults and try hard to &#039;overcome&#039; them, but in the part of the world IM FROM, we apologize afterwards for rudeness.</p><p>If I&#039;ve ever been rude to someone, and it wasn&#039;t called for specificially by their actions, then I apologize right now in advance. Stuff happens, but apologies SHOULD be offered always. ;)heh</p>]]></description>
			<author><![CDATA[dummy@example.com (VeganDev)]]></author>
			<pubDate>Tue, 22 Oct 2013 17:38:41 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5697#p5697</guid>
		</item>
		<item>
			<title><![CDATA[Re: Visual 3D Math]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=5683#p5683</link>
			<description><![CDATA[<p>I think part of my post got cut off. I had asked (originally) how would I go about using it (the reason i asked if I need to know c++ to use it.)</p><p>It could be just drag and drop, in that case I wouldn&#039;t need to know c++ to use it.<br />And your latter post clarifies better (for noob programmers like me) how this could be useful to me.</p><p>Thanks.</p><p>P.s I have been having this post cut off thing happen lately, and the only way I find out is if I go back and read it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tutorial Doctor)]]></author>
			<pubDate>Tue, 22 Oct 2013 15:14:47 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=5683#p5683</guid>
		</item>
	</channel>
</rss>
