<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — Missing things]]></title>
		<link>https://gprogs.com/viewtopic.php?id=283</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=283&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Missing things.]]></description>
		<lastBuildDate>Tue, 23 Oct 2007 22:48:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Missing things]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1126#p1126</link>
			<description><![CDATA[<p>greetings porcus <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; protected attributes of a class are only available to methods of the class, methods of classes based on that class, or methods of friends of the class.&nbsp; this means that any methods of ISceneNode can access RelativeRotation just fine but if i tried to access it directly in my wrapper there would be a compile error.</p><p>given that, there are methods you can use to access these protected properties:</p><p>ISceneNode.getRotation() =&gt; returns RelativeRotation<br />ISceneNode.setRotation() =&gt; sets RelativeRotation<br />ISceneNode.getScale() =&gt; returns RelativeScale<br />ISceneNode.setScale() =&gt; sets RelativeScale<br />ISceneNode.getPosition() =&gt; returns RelativeTranslation<br />ISceneNode.setPosition() =&gt; sets RelativeTranslation<br />ISceneNode.setAutomaticCulling() =&gt; returns AutomaticCullingState<br />ISceneNode.getAutomaticCulling() =&gt; sets AutomaticCullingState</p><p>these will give you full access to the metioned properties.&nbsp; the same style is used throughout Irrlicht so if you see some properties you would like access to and they are protected, seek out some public methods that access them using the Irrlicht manual.&nbsp; if you cant find any this usually means the designers of the class meant for that attribute to be hidden for some reason.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Tue, 23 Oct 2007 22:48:08 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1126#p1126</guid>
		</item>
		<item>
			<title><![CDATA[Missing things]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1125#p1125</link>
			<description><![CDATA[<p>@gman<br />Hello!</p><p>I noticed that there are a few missing things in your wrapper especially the Protected Attributes in<br />irr::scene::ISceneNode.</p><p>Heres a list of the missing things from ISceneNode:<br />-E_CULLING_TYPE &nbsp; &nbsp; AutomaticCullingState<br />-core::vector3df &nbsp; &nbsp; RelativeRotation<br />-core::vector3df &nbsp; &nbsp; RelativeScale<br />-core::vector3df &nbsp; &nbsp; RelativeTranslation</p><p>Could you correct this please or tell us how to correct this ?</p><p>(Excuse me for my bad English.)</p><p>Thanks,<br />porcus</p>]]></description>
			<author><![CDATA[null@example.com (porcus)]]></author>
			<pubDate>Tue, 23 Oct 2007 12:02:31 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1125#p1125</guid>
		</item>
	</channel>
</rss>
