Saturday, April 27, 2013

Particle Effect on Vinyl



My core concept was to express the feeling that Needle (main character) moves on very fast speed to corresponding to music mood which would be DJ in our design process.  So the high frequency music works together with flashing game scene to catch player’s attention and make them immerse in this music world. 







Thursday, April 18, 2013

Summary of what I have learnt on graphic class


                 
        At first, I want to say” Thank you very much” to John-Paul Ownby for giving us such nice class on this semester. I intend to go to class tonight for got some new information and choose option 1 to build a nice scene at first. But I have to back China to do internship at April 29. So option 3 seems good for me because I should finish all the Assignment as soon as possible and do some preparations for summer travel.

     For computer graphic and coding skill aspect, honestly speaking, I know nothing about computer graphic and DX11 before this class. So starting from a rectangle to a scene with shadow, transparency, light, environment map, translucent effect is truly a long but colorful road. I still remember the day that John explains the graphic pipeline in such an easy way but turn out to be a huge code structure (which has been proved a very expandable and nice frame right now.).

       My understanding of game graphic is a process that lots of vertexes that encased with position information, color information, texture UV, normal, tangent, bi_tagnet and other information we may not know from now on. These vertexes ordered by index buffer (with left-hand rule in DX) then sent to vertex shader to do some math problems like normalize, dot, matrix handle.(generally speaking, is a transition process model position between world position, then world position to view position). After that the vertex shader work out the data which fragment shader use it as input and do lots of magic work (for my understanding blending color in different way.) to show the scene on the screen.  And this also the reason why graphic hardware is such an amazing stuff—do magic work behind screen, under the code.

         Imitate Light is the most impressive creation for me compare to all of our assignment. I already pointed that out in older blog that how this inspired my mind.  This method solves the problem on different way, the way usually opposite to us   (at least me). I should keep in mind to try to solve problem on some amazing different way in daily life.  What is more, I think environment map, render target as Texture and translucent effect are all based on the method inherited from imitate light.

        Code structure is another critical part for me. From this class, I got deep understanding of I/O demanding and why expandable quality is important to a code frame.  We use “Scene” file to determine which Entities and Lights are in the scene. Then use “Entity” file to determine Mesh and Material. “Material” includes Effects and Texture. “Effects” file responsible for which shader we may use. As assignment became more and more complicated, I can feel how important to have this stuff to expand function.

      Besides class, I think JP has lots of excellent personality I should learn from. He demands people (including himself) to finish task as perfect as possible. CADE stuff is a good example. The time he spent to help me to solve this tiny problem is totally enough to just let me use whatever kinds of online driver. But he did this, he give me a detail email comments and link for asking help. No matter how classmates may complain about the assignment, he never canceled it out. “Just use more time to finish what you should finish and learn what should understanding”

       All in all, I am glad that I chose this class and it’s truly meaningful experience.  

Friday, April 12, 2013

Game Graphic 10


 This Assignment ask us to finish soft intersection. So we had to built depth pass first to store opaque bucket information first, then use it on soft intersection Effect. This time we name this information as "view depth texture". Similar to Assignment 9 except that we only output value to red channel. So D3DFMT_R16F texture  was used.......... Nothing beyond clear, preparing data for use, send data to shade for rendering.


Some detail to mention: Lots of trick parts in this assignment, especially to implement comparing current fragments' view depth with the previous view depth.  And remember normalize Z value at first=.=


Here is the result of soft intersection:


Depth Buffer:
   
Depth texture in red Channel:




Tuesday, April 2, 2013

GDC experience

            Blizzcon,E3,GDC... I have dreamed one day that I will have chance to attend these Game Conference since I was on high school. And Golden Gate Bridge is such a mysterious symbol for me until last week. A trip for GDC begin, a journey to San Francisco start.
            Here are some personal experience and judgement about this travel. 
           1 The skills that we learnt in school is still part of  knowledge for game industry. There are huge amounts of  work position offered in game industry and lots of very detailed area may obtain huge success. For instance. I found a company has built its own tools to develop tree model and animation which can be easy load into game engine and gain high efficiency. Also a company developed a small wireless connection device between mobile phone and HID family TV. So people can play mobile phone game on their TV to share happiness on family on a big screen. 
             No matter what kinds of area. Game industry full of opportunity and fortune. Because it changing people's life and bring enjoyment.
             
            2 GDC is awesome and worth to go. 
           (1)  You can meet lots of different people working as different roles for game industry.It is this chance I discover how colorful my future work would be.
          (2)  I should buy conference access tickets next year to gain more advance information about game industry. (I don't know that Expo pass do not include conference this year. I slip in two lecture and they are useful. )
         (3)  Its a good place to get job and internship. 
                 


         
          3 Figure out where you should go is more important than walking to a direction without no doubt. At least its important in game industry, which based on high technology development. What kind of game that player eager for is changing. What kinds of ways they may play is changing. What the purpose drive them to play game may changing too in near future or now.


      4 Small detail
      (1) Game industry in China and Asian is developing in dramatically speed and full of opportunity. (I prefer working on the game based on a culture which I am familiar with)
               
      (2) More and more company are going to publish their own Game Engine. Developing game based on commercial engine or company's own mature engine is future tendency.

     (3) Utah is good place to live and study compare to boisterous San Francisco. I am lucky I had made the right choice.

    (4) We can imagine how life would be hard for the old Chinese generation that came to San Francisco to pursue dream or maybe 
fortune from old photo and building on China town.

    (5) Money on big City like San Francisco is worthless even though you may get high salary on here. So I should insist where I live and work comfortable.

   (6) One famous game can make a once nameless company famous all over the world. And company can take advantage of this to expand its real or unreal fortune.