<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Ace of Spades Game Forums &#187; Topic: about graphic engine</title>
<link>http://forumarchive.spadille.net/</link>
<description>Ace of Spades Game Forums &#187; Topic: about graphic engine</description>
<language>en</language>
<pubDate>Fri, 15 May 2026 08:21:31 +0000</pubDate>

<item>
<title>woda_brzozowa on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-104503</link>
<pubDate>Tue, 06 Sep 2011 07:36:45 +0000</pubDate>
<dc:creator>woda_brzozowa</dc:creator>
<guid isPermaLink="false">104503@http://forumarchive.spadille.net/</guid>
<description><p>@jasper2428<br />
In AoS there are at least 2 rendering methods. First is, as you said simple voxel representation by 2D sprite for models. But for maps (blocks) it is different. If you get closer look at blocks, you will see that they're made of cylindric slices. But i still don't know if blocks are wirte as voxels (points in 3D space) or as a polygons - both rendered with this "cylindric raytracing".</p>
<p>The "character" of this game should be not simmilarity to Minecraft, imo it would be nice to see improoved/other ways of rendering image.</p>
<p>and btw, in slab6(or whatever) you can choose rendering method - cubes, 2d square sprites, circles, dots etc, and you can also change lighting. In map editor you can also change lighting methods - this is showing some capabilities of engine.
</p></description>
</item>
<item>
<title>jasper2428 on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-98157</link>
<pubDate>Wed, 31 Aug 2011 04:25:42 +0000</pubDate>
<dc:creator>jasper2428</dc:creator>
<guid isPermaLink="false">98157@http://forumarchive.spadille.net/</guid>
<description><p>Sorry, I wasn't clear there I meant raytracing voxels.
</p></description>
</item>
<item>
<title>TWiiSt3D on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-98152</link>
<pubDate>Wed, 31 Aug 2011 04:22:26 +0000</pubDate>
<dc:creator>TWiiSt3D</dc:creator>
<guid isPermaLink="false">98152@http://forumarchive.spadille.net/</guid>
<description><p>The character of the game would be lost...</p>
<p>But I do support x2 more voxel/3D pixels so all the gun packs don't look the same ...
</p></description>
</item>
<item>
<title>jasper2428 on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-98148</link>
<pubDate>Wed, 31 Aug 2011 04:14:17 +0000</pubDate>
<dc:creator>jasper2428</dc:creator>
<guid isPermaLink="false">98148@http://forumarchive.spadille.net/</guid>
<description><p>Pixels are 2D elements, Voxels are PIxels in 3D.<br />
You can make pixels any shape you want, as long as it represents a 2D point.<br />
Voxels can be any shape so long as it still represents a 3D point.<br />
In AoS each block is made out of several voxels because the voxel rendering type doesn't render faces, it renders the voxels as 2D squares that constantly face you, what you said,<br />
 this is most obvious on the camp and intel and on other players.<br />
I know this because I maake my own mods for AoS.<br />
Once the Atomontage engine goes open-source, I will beg Ben to death to use it<br />
Interpolation will only make telling the blocks from each other harder.<br />
The Ribo Voxels image looks good, but still wouldn't fit how AoS renders voxels.<br />
(Voxels are 3D pixels, the name of voxels came from pixels (volumetric pixel = voxel (I love nesting these)))<br />
Can't you just email Ben Aksoy about this.<br />
Hell I think it's raytracing because they are 2D sprites. You need to know the distance between the camera and the voxel to render it if it were raytracing. and since the blocks in AoS are made out of multiple voxels I am pretty freaking sure it is raytracing.
</p></description>
</item>
<item>
<title>Kanye on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-93686</link>
<pubDate>Sat, 27 Aug 2011 19:26:31 +0000</pubDate>
<dc:creator>Kanye</dc:creator>
<guid isPermaLink="false">93686@http://forumarchive.spadille.net/</guid>
<description><p>Ehh. Yeah I'm definitely not the most educated when it comes to stuff like this. I just base my knowledge off what I see in games and read. I've never heard about voxels looking like triangles, I'll reaD up on it a bit though, sounds interesting.</p>
<p>So, what exactly would smoothing out the voxels do?
</p></description>
</item>
<item>
<title>woda_brzozowa on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-92154</link>
<pubDate>Fri, 26 Aug 2011 18:03:11 +0000</pubDate>
<dc:creator>woda_brzozowa</dc:creator>
<guid isPermaLink="false">92154@http://forumarchive.spadille.net/</guid>
<description><p>Kanye<br />
I don't know what is wrong with that the DF engine uses polygons and voxels. Voxels were used just for terrain, rest was made of polygons.</p>
<p>Voxels are not 3d pixels, voxels are not cubes. Voxels are just points in three dimensional space, described by 3d coordinates, just like pixes witch are just points in 2d space. Both pixels and voxels could be represented by 2d sprite or cube (witch is polygon made). The difference is that voxel have additional, third, coordinate. There is nothing weird about rendering voxel as a 2d sprite. In DF1,2 terrain shape wasn't interpolated, so voxels seem to be "pixels", a 2d square sprites. In DFLW there was linear interpolation:<br />
<a href="http://www.codermind.com/files/interpolate.gif" rel="nofollow">http://www.codermind.com/files/interpolate.gif</a><br />
So voxels sometimes look like triangles. And that's what I'm talking about.<br />
Here's also example of smoothed voxels:<br />
<a href="http://upload.wikimedia.org/wikipedia/commons/4/47/Ribo-Voxels.png" rel="nofollow">http://upload.wikimedia.org/wikipedia/commons/4/47/Ribo-Voxels.png</a></p>
<p>Btw, as long as minecraft rendering engine is polygonal (let's say it is NOT voxel engine), AoS uses raytracing to render enviroment.</p>
<p>I would like to someone better informed speak about AoS engine, cuz i'm not 100% sure about what exactly AoS rendering engine is - raytracing polygons or raytracing voxels, or mix of that: blocks are polygons, models (player, tent, weapon) made of voxels, both rendered by raytracing.
</p></description>
</item>
<item>
<title>Kanye on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-91930</link>
<pubDate>Fri, 26 Aug 2011 14:28:22 +0000</pubDate>
<dc:creator>Kanye</dc:creator>
<guid isPermaLink="false">91930@http://forumarchive.spadille.net/</guid>
<description><p>Voxels are 3d pixels, pixels are squares, voxels are cubes. I don't see how you can just round them out.<br />
I did some reading and found out that the graphics engine used in Delta Force had a mixture of polygons AND voxels.
</p></description>
</item>
<item>
<title>woda_brzozowa on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-91922</link>
<pubDate>Fri, 26 Aug 2011 14:20:16 +0000</pubDate>
<dc:creator>woda_brzozowa</dc:creator>
<guid isPermaLink="false">91922@http://forumarchive.spadille.net/</guid>
<description><p>Kanye<br />
you're wrong, they weren't small, but different shaped, making voxels rounded in AoS would not make blocks round
</p></description>
</item>
<item>
<title>Kanye on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-91901</link>
<pubDate>Fri, 26 Aug 2011 14:06:43 +0000</pubDate>
<dc:creator>Kanye</dc:creator>
<guid isPermaLink="false">91901@http://forumarchive.spadille.net/</guid>
<description><p>I don't think they were "rounded voxels", I think they were just really small.<br />
Also, getting rid of the blockiness in AoS would be really stupid.
</p></description>
</item>
<item>
<title>woda_brzozowa on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-91897</link>
<pubDate>Fri, 26 Aug 2011 13:55:53 +0000</pubDate>
<dc:creator>woda_brzozowa</dc:creator>
<guid isPermaLink="false">91897@http://forumarchive.spadille.net/</guid>
<description><p>I don't know how exactly this engine works, it's based on voxels and raycasting. In my first post I mean making these voxels more round at cornes, just like it was in DFLW. Modern voxel engines uses a bit rounded voxels instead of square ones.
</p></description>
</item>
<item>
<title>[PMS]fleek% on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-91642</link>
<pubDate>Fri, 26 Aug 2011 09:11:27 +0000</pubDate>
<dc:creator>[PMS]fleek%</dc:creator>
<guid isPermaLink="false">91642@http://forumarchive.spadille.net/</guid>
<description><p>lets port this game to source already
</p></description>
</item>
<item>
<title>TB on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-91636</link>
<pubDate>Fri, 26 Aug 2011 09:05:50 +0000</pubDate>
<dc:creator>TB</dc:creator>
<guid isPermaLink="false">91636@http://forumarchive.spadille.net/</guid>
<description><p>I'm pretty sure this is voxel too: <a href="http://www.youtube.com/watch?v=00gAbgBu8R4" rel="nofollow">http://www.youtube.com/watch?v=00gAbgBu8R4</a>
</p></description>
</item>
<item>
<title>[PS]:Aksel: on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-90753</link>
<pubDate>Thu, 25 Aug 2011 19:12:33 +0000</pubDate>
<dc:creator>[PS]:Aksel:</dc:creator>
<guid isPermaLink="false">90753@http://forumarchive.spadille.net/</guid>
<description><p>yup
</p></description>
</item>
<item>
<title>Kanye on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-90751</link>
<pubDate>Thu, 25 Aug 2011 19:11:57 +0000</pubDate>
<dc:creator>Kanye</dc:creator>
<guid isPermaLink="false">90751@http://forumarchive.spadille.net/</guid>
<description><p>So, these are voxels?<br />
<a href="http://image.gamespotcdn.net/gamespot/images/screenshots/gs/action/deltaforcelw/deltaforcelw_790screen003.jpg" rel="nofollow">http://image.gamespotcdn.net/gamespot/images/screenshots/gs/action/deltaforcelw/deltaforcelw_790screen003.jpg</a>
</p></description>
</item>
<item>
<title>woda_brzozowa on "about graphic engine"</title>
<link>http://forumarchive.spadille.net/topic.php?id=5799#post-90746</link>
<pubDate>Thu, 25 Aug 2011 19:07:30 +0000</pubDate>
<dc:creator>woda_brzozowa</dc:creator>
<guid isPermaLink="false">90746@http://forumarchive.spadille.net/</guid>
<description><p>so, if it is voxel engine, maybe ask Dobrowolski or Silverman if he could make it, like it was in Delta Force: Land Warrior, where voxels were more smoother comparing these from  DF2 and DF1 engine.
</p></description>
</item>

</channel>
</rss>
