The XI Cast engine, coupled with the Rival Game Creator, is a modern ray-casting engine that is designed to help those who wish to create 3D shooter games but have no knowledge of 3D programming. The Rival Game Creator features an easy to learn UI that is designed to be familiar and logical to follow, it will allow to you to create a first person shooter game in a matter of minutes.

Report RSS Sprite Progress

I've been trying to get sprites back into the engine since the move to a 3D camera.

Posted by on

With my previous engines they tended to move more and more towards using sprites as the main object representation, much like most ray casters and Doom-like engines.

One of my previous projects contained polygon "sprites", literally in stead of sprites being draw, polygons are inserted into the sprite rendering code.

The XI Cast engine will take the direction of using both sprites and models, models will be for the more advanced users and sprites can be inserted by anyone, however, with the new 3D camera there is a small change with how sprites are drawn.










This image shows the alpha testing sprite to show that transparency has been re-added, however notice that a couple of pixels on the rainbow gradient to the left are shifted. This is because sprites are now drawn as polygons themselves, giving them the perspective shift when you look up and down.

This image of the sprite's plane shows exactly the effect.

The option of locking the camera's up/down view is there if you want to have it for your project, that would preserve the "2D" look of sprites, like in Doom and Wolfenstein 3D.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: