-->

Artikel Terbaru

Unity3D : Quickpong

i've just read this tutorial http://www.rockpapershotgun.com/2010/01/20/rock-paper-shotgunity-post-12/ and try it, you can get the sour...
julis julis

Unity3d : 3D Texture Painting

This is script that i got it from Unity3D Reference API // Attach this script to a camera and it will paint black pixels in 3D // on wha...
julis julis

Unity3D : Click Spawn Object and Move to point

This is the script to how to do it : # pragma strict var point : Transform ; var obj : Transform ; var destpoint : Transfo...
julis julis

iOS 5 : Learn Basic Storyboard To Make Single View App

i've done read this tutorial  and it is good tutorial for covering basic storyboard, so i try to rewrite it to make me understand the le...
julis julis

Unity3d : Follow Object to Mouse Position

using UnityEngine; using System.Collections; public class MouseMovement : MonoBehaviour {     public float speed = 5.0f; // speed a...
julis julis

How to create always facing enemy UDK

sets the pawn facing (facerotation(rotator, float)) by getting the rotation between the two pawns (rotator(Target.location - pawn.location)...
julis julis

Custom Camera Applications Development Using Iphone Sdk

Author: Elena Gredasova iPhone contains many useful features. One of them is build-in camera and Camera application system for making pho...
julis julis

How-To : UDK Multiplayer Gamecenter IOS

This is step-by-step to enable multiplayer gamecenter in UDK, i got it from Epics Forums , i write it here just in case i forgotten the step...
julis julis

MOSIX - mudah membuat server farm sendiri

MOSIX adalah multicomputer operating system for Unix, dengan mosix kita bisa membuat server farm untuk menangani proses yg membutuhkan cpu l...
julis julis

SuseStudio - create your own distro in easy way

SuseStudio.com adalah sebuah web yang memungkinkan kita membuat distro berbasih opensuse. dengan web tersebut kita dimudahkan dalam pemiliha...
julis julis