Archie's profileArchie's home spacePhotosBlogListsMore Tools Help

Blog


    April 19

    2D to 3D

     

    I never thought writing 3D application is not that really pain in the butt,  it's also just like writing a 2D application, where normally I'm working only on the X and Y axis, but in 3D application I need to work on the X,Y and Z axis as for the depth. The hardest part for a beginner like me working on a 3d application is to understand the object space and the object world space, since 3d is in 360 environment I need to work on the translation and rotation of the object to present it to the world space, it's really some kind of enigma to me from the start, but in the end it is just like a working in 2D again, where my 2D-Image source-rect is the object space and the 2D-Screen-resolution is my world space.
     
     
    April 01

    My 1st attempt at 3D Game Development

     
     
    I've been working hard lately at learning game programming,  working hard at C# and now I'm learning XNA using dexter's project-ZGDK XNA wrapper to ease my development. It's just a simple mini game named "Table Jolens/Jokelembong", I'll start my first game development with this simple project. I'm in for a vacation right now and maybe I'll release some screenshot this week.
     
    March 15

    Welcome!

     
    Welcome to my game design and development blog, it is my desire to get involve in a game development process, this is the place where I ramble on about my game project and generally game programming in .Net CF using XNA.