Pages

Tuesday, July 24, 2012

Unity Game Engine

All of us like to play Computer Games. But don't you like to make a game. I'll like it. I use many game engines to make games. But my favorite game engine is Unity. I think you will like it. Go to and download from http://unity3d.com


Lighting

  • Per-vertex
  • Per-pixel
  • Lightmapping Beast-Lightmapping

Shadows

  • Projected planar
  • Blob shadows
  • Realtime Dynamic Soft Shadows
  • Shadows are dynamic, optimized, and allow self-shadowing (only available in Unity Pro)

Texturing

  • Basic
  • Bumpmapping
  • Procedural

Shaders

  • Vertex
  • Pixel
  • High Level
  • Unity comes with an extensive library of 40 shaders including Vertex Lit, Diffuse, Glossy, Bumped, Bumped Specular, Reflective, Self-illuminating, a Toon (Cell) shader, and 9 different particle shaders.
  • Everything falls back gracefully on low-end GFX cards.
  • Parallax shaders
  • GLSL support (in addition to Cg)

Physics

  • Basic Physics
  • Collision Detection
  • Rigid Body
  • Vehicle Physics
  • Powered by the PhysX Engine, which also supports particle physics
  • Cloth simulation
And more Features









Friday, July 13, 2012

How to Change Default Blogger Anonymous Avatar

After change it look like this.To change default Blogger anonymous avatar, follow simple steps below:

1. Go to Template -> Edit HTML
2. Find </body> (press Ctrl+F and search </body>)
3. Add this code just before </body>


<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'your-avatar-url-here')
.ssyby('blank')
</script>
4. Save

Replace the red text with your avatar URL. Or you can select below URLs to replace the link.


to this Avatar use this url "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiW3exrVAAkYdaJ3DTThwCBvorYgoWnXdM0K0_rkm5UOenHBWiWbqhuO0ZgkRe_PjSJgQZ1zRLvjWaOczm3LbLC-_9-lGYXdeaJHv89szrTonCeI2SUW4KLlTCaTKezpGVJ-gT_CGA9ruk/s1600/Anonymous+avatar.jpg"

Saturday, July 7, 2012

Add Facebook Like Button to blog bellow

   There are many ways to get visitors to your blog. FB like Button is one of them. In this post I will show you how to FB Like Button Add to your blog entry as shown above on this post. To do this, follow these steps.

1) Go to Template tab and click Edit HTML. Then click Proceed button in popup window.
2) Then click check button and mark  Expand Widget Templates.
3) After above step press Ctrl + F and search for bellow phrase.

     

    click to zoom

4) Then add below code and click on Save Template button. (view above screenshot to      understand these steps clearly)

     


Submit Your Blog to 140 Search Engines

       I know that all of you like to get more traffic for your blog. For this, you must submit your blog for many Search Engines. If you do it manually, you know it's, not easy. ok then try this. After you complete these steps you can submit your blog in to 140 Search Engines. Let's do it...

1) First go to Rank on top online.



2) Then Add your blog address and e mail (I recommended, don't use your personal e mail. because they send spams.)

3) After these steps click on Submit Button. 
Related Posts Plugin for WordPress, Blogger...