<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nytro Game Engine Development Blog</title>
	<atom:link href="http://blog.7thfactor.ro/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.7thfactor.ro</link>
	<description>game engine development ramblings</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:51:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CgFX adoption</title>
		<link>http://blog.7thfactor.ro/?p=287</link>
		<comments>http://blog.7thfactor.ro/?p=287#comments</comments>
		<pubDate>Wed, 01 Sep 2010 13:51:53 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=287</guid>
		<description><![CDATA[I had HLSL before, using the DirectX FX framework, but then I must support OpenGL also, so Cg is the way, and CgFX is almost the same as DirectX Effect files. So bottom line, the engine uses Cg shaders   from now on.
]]></description>
			<content:encoded><![CDATA[<p>I had HLSL before, using the DirectX FX framework, but then I must support OpenGL also, so Cg is the way, and CgFX is almost the same as DirectX Effect files. So bottom line, the engine uses Cg shaders <img src='http://blog.7thfactor.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  from now on.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editor: Groups and other features</title>
		<link>http://blog.7thfactor.ro/?p=283</link>
		<comments>http://blog.7thfactor.ro/?p=283#comments</comments>
		<pubDate>Thu, 26 Aug 2010 11:18:48 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Nytro Engine]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=283</guid>
		<description><![CDATA[Added the Groups editing dialog, you can group entities, show/hide group, open/close group, etc.
Added new features of the Base class where you can user-format property values when they are shown as text in the editor property grid control, and when the values are changed, you can format the value before its sent to the actual [...]]]></description>
			<content:encoded><![CDATA[<p>Added the Groups editing dialog, you can group entities, show/hide group, open/close group, etc.</p>
<p>Added new features of the Base class where you can user-format property values when they are shown as text in the editor property grid control, and when the values are changed, you can format the value before its sent to the actual class member.</p>
<p>Camera settings and fly around speed are saved per level.</p>
<p>The game play button is working and you can jump into game play mode in a second, directly in the editor&#8217;s viewport.</p>
<p>Small shader system refactor, now there is no DirectX FX shader files dependency, you can write your shader code in any supported shader language (HLSL,Cg,GLSL), as .vsh(vertex shader), .gsh (geometry shader), .psh (pixel shader).<br />
The shader techniques and passes were moved as XML in the shader&#8217;s definition file, so its cross-platform, for any kind of shading language.<br />
The shader system will be open for <strong>ubershader with shader permutations</strong>, <strong>dynamic branching</strong> or <strong>shader graph nodes</strong> (fragments), the current one is a generic Blinn shader with diffuse/normal/specular/alpha maps, fresnel term and other stuff , but probably all types of shader systems will be implemented.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editor: New dialogs and features</title>
		<link>http://blog.7thfactor.ro/?p=274</link>
		<comments>http://blog.7thfactor.ro/?p=274#comments</comments>
		<pubDate>Tue, 10 Aug 2010 21:47:17 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Nytro Engine]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=274</guid>
		<description><![CDATA[Added the layers edit dialog, where you can create layers, hide them, lock them, assign current entity selection to the layers, export/import to xml (for use in other levels), and so on.
Added the Align and distribute dialog, so you can align the current selected objects and distribute them evenly, using the bounding boxes of the [...]]]></description>
			<content:encoded><![CDATA[<p>Added the layers edit dialog, where you can create layers, hide them, lock them, assign current entity selection to the layers, export/import to xml (for use in other levels), and so on.</p>
<p>Added the Align and distribute dialog, so you can align the current selected objects and distribute them evenly, using the bounding boxes of the objects, also will add to distribute selected entities in a circle.</p>
<p>Working on skeletal meshes to have all the features in place.</p>
<p>Working on the terrain integration into the editor.</p>
<p>Made shortcuts for switching between operation modes for move/rotate/scale gizmo, and also there is a composite gizmo with all transformation modes at once like in the image:</p>
<div id="attachment_275" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.7thfactor.ro/wp-content/uploads/2010/08/compositeGizmo.jpg"><img class="size-thumbnail wp-image-275" title="compositeGizmo" src="http://blog.7thfactor.ro/wp-content/uploads/2010/08/compositeGizmo-150x150.jpg" alt="Composite transform gizmo" width="150" height="150" /></a><p class="wp-caption-text">Composite transform gizmo</p></div>
<p>Overall this is the current state/looks of the editor:</p>
<div id="attachment_276" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.7thfactor.ro/wp-content/uploads/2010/08/ns7.png"><img class="size-medium wp-image-276" title="ns7" src="http://blog.7thfactor.ro/wp-content/uploads/2010/08/ns7-300x165.png" alt="NytroStudio" width="300" height="165" /></a><p class="wp-caption-text">NytroStudio</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=274</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flowgraph editor UI</title>
		<link>http://blog.7thfactor.ro/?p=266</link>
		<comments>http://blog.7thfactor.ro/?p=266#comments</comments>
		<pubDate>Sun, 04 Jul 2010 19:40:46 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Nytro Engine]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=266</guid>
		<description><![CDATA[Using the C# and GDI+ is a real pleasure to make custom controls and such. The flowgraph editor tool from inside NytroStudio started to shape up, I am testing the looks and functionality and will start connecting this UI to the flowgraph C++ engine code. I took inspiration from UnrealEd and CryEngine and other several [...]]]></description>
			<content:encoded><![CDATA[<p>Using the C# and GDI+ is a real pleasure to make custom controls and such. The flowgraph editor tool from inside NytroStudio started to shape up, I am testing the looks and functionality and will start connecting this UI to the flowgraph C++ engine code. I took inspiration from UnrealEd and CryEngine and other several editors, resistance is futile ! <img src='http://blog.7thfactor.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is a glimpse of what&#8217;s to come:</p>
<div id="attachment_267" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.7thfactor.ro/wp-content/uploads/2010/07/flowgraph_testing.png"><img class="size-medium wp-image-267" title="flowgraph_testing" src="http://blog.7thfactor.ro/wp-content/uploads/2010/07/flowgraph_testing-300x166.png" alt="Flowgraph editor (click to see it bigger)" width="300" height="166" /></a><p class="wp-caption-text">Flowgraph editor (click to see it bigger)</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=266</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Editor API</title>
		<link>http://blog.7thfactor.ro/?p=262</link>
		<comments>http://blog.7thfactor.ro/?p=262#comments</comments>
		<pubDate>Wed, 09 Jun 2010 16:24:46 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Nytro Engine]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=262</guid>
		<description><![CDATA[I made the decision to have a thin Editor API in C++, only one big abstract interface, which will be translated by SWIG into many languages, so I can make editor GUI in any OS/IDE/API/SDK, (MFC, C# Winforms/WPF/Silverlight), and this header file interface uses only simple types, no dependencies, it exposes only needed methods for [...]]]></description>
			<content:encoded><![CDATA[<p>I made the decision to have a thin Editor API in C++, only one big abstract interface, which will be translated by SWIG into many languages, so I can make editor GUI in any OS/IDE/API/SDK, (MFC, C# Winforms/WPF/Silverlight), and this header file interface uses only simple types, no dependencies, it exposes only needed methods for the editor GUI in C#, the GUI doesnt know about engine classes, its only a mere client for the Editor.DLL which contains the implementation of the thin layer Editor API. These scheme seems to work for now pretty nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=262</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techdemo: Testing various stuff</title>
		<link>http://blog.7thfactor.ro/?p=253</link>
		<comments>http://blog.7thfactor.ro/?p=253#comments</comments>
		<pubDate>Mon, 17 May 2010 23:47:41 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Eternal 2 TechDemo Game]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=253</guid>
		<description><![CDATA[I am testing and wrapping up the terrain system, instancing of the trees, grass and detail objects, after that there must come the editor integration of the terrain, soon new infos.
The usual sneak peek from the techdemo:
]]></description>
			<content:encoded><![CDATA[<p>I am testing and wrapping up the terrain system, instancing of the trees, grass and detail objects, after that there must come the editor integration of the terrain, soon new infos.</p>
<p>The usual sneak peek from the techdemo:</p>
<div id="attachment_254" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-254" title="twrtweak_production" src="http://blog.7thfactor.ro/wp-content/uploads/2010/05/twrtweak_production-300x215.png" alt="El Water Tower" width="300" height="215" /><p class="wp-caption-text">El Water Tower</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=253</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Engine code style changes</title>
		<link>http://blog.7thfactor.ro/?p=249</link>
		<comments>http://blog.7thfactor.ro/?p=249#comments</comments>
		<pubDate>Sat, 01 May 2010 13:53:43 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Nytro Engine]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=249</guid>
		<description><![CDATA[After some thoughts I have started to refactor some naming conventions in the engine, better &#8220;unicity&#8221; among enums, constans and defines, also made a GeometryBuffer more simpler to use, and other various speed and optimizations changes, related to loops, storage, code architecture, all looking good so far, the editor is now even more simple to [...]]]></description>
			<content:encoded><![CDATA[<p>After some thoughts I have started to refactor some naming conventions in the engine, better &#8220;unicity&#8221; among enums, constans and defines, also made a GeometryBuffer more simpler to use, and other various speed and optimizations changes, related to loops, storage, code architecture, all looking good so far, the editor is now even more simple to use, it has only toolbars and docking panels, most of the important operations are one-click away. More screenshots soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=249</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editor progress</title>
		<link>http://blog.7thfactor.ro/?p=245</link>
		<comments>http://blog.7thfactor.ro/?p=245#comments</comments>
		<pubDate>Wed, 31 Mar 2010 00:22:34 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Nytro Engine]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=245</guid>
		<description><![CDATA[Editor is going good and looking great, C# GUI development is pretty nice, implemented a color picker with alpha support for the property grid, made the settings and game setups dialog, select entities from a list, and other small things.
Here is a sneak peak:
]]></description>
			<content:encoded><![CDATA[<p>Editor is going good and looking great, C# GUI development is pretty nice, implemented a color picker with alpha support for the property grid, made the settings and game setups dialog, select entities from a list, and other small things.</p>
<p>Here is a sneak peak:</p>
<div id="attachment_246" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-246" title="ns1" src="http://blog.7thfactor.ro/wp-content/uploads/2010/03/ns1.jpg" alt="NytroStudio alpha" width="400" height="234" /><p class="wp-caption-text">NytroStudio alpha</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=245</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techdemo: Vegetation progress: Instancing on vegetation layers</title>
		<link>http://blog.7thfactor.ro/?p=238</link>
		<comments>http://blog.7thfactor.ro/?p=238#comments</comments>
		<pubDate>Sun, 07 Mar 2010 21:52:21 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Eternal 2 TechDemo Game]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=238</guid>
		<description><![CDATA[The vegetation system comes along quite nicely, there can be defined several layers of vegetation objects, for example trees, grass and rocks, no limit whatsoever. Each vegetation layer has 3 levels of detail for its objects, 3D model, 3D impostor and 2D billboard/impostor, the radius around camera and other many parameters are tweakable, so you [...]]]></description>
			<content:encoded><![CDATA[<p>The vegetation system comes along quite nicely, there can be defined several layers of vegetation objects, for example trees, grass and rocks, no limit whatsoever. Each vegetation layer has 3 levels of detail for its objects, 3D model, 3D impostor and 2D billboard/impostor, the radius around camera and other many parameters are tweakable, so you can make engine profiles for low/medium/high machines, depending on power. The vegetation objects can swing in the wind, in the future the trees or other vegetation objects will be breakable, the problem is a little bit more complex, because it must switch off the instanced object and create a new dynamic/broken one in the scene, but its doable.</p>
<p>Here is a small tease of the terrain and vegetation (the assets are ugly though, no time for that now, only tech)</p>
<div id="attachment_239" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-239" title="vegobj" src="http://blog.7thfactor.ro/wp-content/uploads/2010/03/vegobj.jpg" alt="Vegetation objects" width="400" height="289" /><p class="wp-caption-text">Vegetation objects</p></div>
<div id="attachment_242" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-242" title="vegobj2" src="http://blog.7thfactor.ro/wp-content/uploads/2010/03/vegobj2.jpg" alt="Vegetation 2" width="400" height="287" /><p class="wp-caption-text">Vegetation 2</p></div>
<div id="attachment_243" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-243" title="vegobj3" src="http://blog.7thfactor.ro/wp-content/uploads/2010/03/vegobj3.jpg" alt="Vegetation 3" width="400" height="287" /><p class="wp-caption-text">Vegetation 3</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=238</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techdemo: Vegetation rendering</title>
		<link>http://blog.7thfactor.ro/?p=235</link>
		<comments>http://blog.7thfactor.ro/?p=235#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:58:05 +0000</pubDate>
		<dc:creator>nekitu</dc:creator>
				<category><![CDATA[Eternal 2 TechDemo Game]]></category>

		<guid isPermaLink="false">http://blog.7thfactor.ro/?p=235</guid>
		<description><![CDATA[I have opted for a database of terrain objects, generated positions/colors/scale for each instance from a distribution map and several tweakable parameters, outputs to some instance data file which can be loaded or later on streamed and instances being updated around the camera, when needed. The problem is to find the right instances around the [...]]]></description>
			<content:encoded><![CDATA[<p>I have opted for a database of terrain objects, generated positions/colors/scale for each instance from a distribution map and several tweakable parameters, outputs to some instance data file which can be loaded or later on streamed and instances being updated around the camera, when needed. The problem is to find the right instances around the camera radius from lets say 1 million objects (trees, grass patches,rocks,detail objects), of course you cannot search through all them, computing distances for each one, so I figured out that a quad tree will help it, assigning instance index lists to leaves, wrote a generic quad-tree class, which can take user specified callbacks to subdivide and query for data, so you can use it in any quad-tree-worthy feature you might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.7thfactor.ro/?feed=rss2&amp;p=235</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5425128; 
var sc_invisible=0; 
var sc_partition=49; 
var sc_click_stat=1; 
var sc_security="5324a481"; 
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="counter to blogger"
href="http://www.statcounter.com/blogger/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/5425128/0/5324a481/0/"
alt="counter to blogger" ></a></div></noscript>
<!-- End of StatCounter Code -->