Tuesday, May 8, 2012
Animatin Done
From 1st May till 5th May, we done the Animation project, bit tired and Starting next week We need to continue those work are still pending
Sunday, April 29, 2012
On this week a bit stress because I and other Internship student need to create a 5 minutes animation( 3D Animation ) because there is one guy want to see how we interact with other people. Group work, yes I a bit hate group work because usually, there must be one person will bring a trouble. I mean, when something goes wrong because his or her fault, it start to release tension into others. Well, I'm enjoying this Animation work coz I really want to give a try on this kind of work. Yes, I going to apply this skill for my Final Year Project. (not in Animation, but in Virtual Reality)
Wednesday, April 25, 2012
Same Thing
Sorry for the late post, last 2 weeks I just doing the same thing. Sir, give me comment please... At least I know what should I do next
Saturday, April 7, 2012
Week 7
Doing Awang Kenit Story Board Work till Wednesday and On the 5 - 4- 2012, My boss want me to make a Story Board or should I call it name for Miniature Garden movie. She said I'm good in perspective view~~~ Here we go again~~~~ I will let you know what will be happen on Next Week~~~
Tuesday, April 3, 2012
Saturday, March 24, 2012
Week 5
On this week, done sketch the story board in Comic version, and now I proceed in coloring the comic in Digital. Yes, it's 2D and yes, my boss already show the sample of iPad application the one that I need to done it. Meaning, I will be doing a comic for iPad application. Look's like I need to get an iPad~~~~
Tuesday, March 20, 2012
Week 4
This week, same thing again, doing my work till the end of the week days on this week. I gained something for my self, I can do my work at fast (sometime). Nothing new om this week
Tuesday, March 13, 2012
On week 3, Done the 3D Environment for the company Animation, sorry I could not post those work since my boss not allowed us to do that. This week, I started to help them for their story board in comic way. Till I done this story board project, the story board will be use for iPad. I'm still no idea how to explain the detail because it sound complicated to me. Need to wait till next time
Sunday, March 4, 2012
Week2 - Internship
On this week, I need to render the project. It takes around 2 days to finish redered~~~ I learn how to play with the camera in 3DsMax.
Week 1 - Internship
For my intership program, I Intern at Illusionmaya company at Skudai Johor.
For the 1st week, I need to help the company on Animation Project untill 5 March 2012. My task is, I need to create a 3D environment . What I learn on this project is, I learn how to create in high poly Object~~~
For the 1st week, I need to help the company on Animation Project untill 5 March 2012. My task is, I need to create a 3D environment . What I learn on this project is, I learn how to create in high poly Object~~~
Thursday, January 26, 2012
Turret Lock On
I share form what I learn ~~~~
This JavaScript is suitable for AI to Target Lock on our Avatar (suitable for Enemy) Here the script that I want to share with you all (Original form tornadotwins)
Only for Unity 3D
----------------------------------------------------------------------------------------------------------------
var LookAtTarget:Transform;
var damp = 6.0;
var bullitPrefab:Transform;
var savedTime=0;
function Update ()
{
if(LookAtTarget)
{
var rotate = Quaternion.LookRotation(LookAtTarget.position - transform.position);
transform.rotation = Quaternion.Slerp(transform.rotation, rotate, Time.deltaTime * damp);
var seconds : int = Time.time;
var oddeven = (seconds % 5);
if(oddeven)
{
Shoot(seconds);
}
}
}
function Shoot(seconds)
{
if(seconds!=savedTime)
{
var bullit = Instantiate(bullitPrefab ,transform.Find("spawnPoint").transform.position ,
Quaternion.identity);
bullit.rigidbody.AddForce(transform.forward * 2000);
savedTime=seconds;
}
}
------------------------------------------------------------------------------------------------------------------
When you done copy this JavaScript. Save it and drag the JavaScript into the name of the Turret on the Hierarchy. Click the Turret that already have this Script and look at the Inspector and look for this Script. It will show Script , Look At Target , Damp , Bullit Prefab and Saved Time . Look for the (Look At Target and drag the Name of the Target from Hierarchy to let the Turret Look on it. For Bullit Prefab, just drag the name of the bullet that you already ready it for the turret to shoot it.
This JavaScript is suitable for AI to Target Lock on our Avatar (suitable for Enemy) Here the script that I want to share with you all (Original form tornadotwins)
Only for Unity 3D
----------------------------------------------------------------------------------------------------------------
var LookAtTarget:Transform;
var damp = 6.0;
var bullitPrefab:Transform;
var savedTime=0;
function Update ()
{
if(LookAtTarget)
{
var rotate = Quaternion.LookRotation(LookAtTarget.position - transform.position);
transform.rotation = Quaternion.Slerp(transform.rotation, rotate, Time.deltaTime * damp);
var seconds : int = Time.time;
var oddeven = (seconds % 5);
if(oddeven)
{
Shoot(seconds);
}
}
}
function Shoot(seconds)
{
if(seconds!=savedTime)
{
var bullit = Instantiate(bullitPrefab ,transform.Find("spawnPoint").transform.position ,
Quaternion.identity);
bullit.rigidbody.AddForce(transform.forward * 2000);
savedTime=seconds;
}
}
------------------------------------------------------------------------------------------------------------------
When you done copy this JavaScript. Save it and drag the JavaScript into the name of the Turret on the Hierarchy. Click the Turret that already have this Script and look at the Inspector and look for this Script. It will show Script , Look At Target , Damp , Bullit Prefab and Saved Time . Look for the (Look At Target and drag the Name of the Target from Hierarchy to let the Turret Look on it. For Bullit Prefab, just drag the name of the bullet that you already ready it for the turret to shoot it.
Wednesday, January 11, 2012
Viruz War
Racing Car










In this Assignment, every body need to form a group. Each group must have 4 members. I get this theme (scenery, Hilly and Twisty)
During this assignment, all student must use 3D Rad Software. A bit difficult for new user to use it but it was easy to understand compare to Unity 3D. During this assignment, we must make a multiplayer game
During this assignment, I create a 3D model bby using Google Sketch Up. In this assignment, I use one of my Model Making Assignment and put into this game
During this assignment, all student must use 3D Rad Software. A bit difficult for new user to use it but it was easy to understand compare to Unity 3D. During this assignment, we must make a multiplayer game
During this assignment, I create a 3D model bby using Google Sketch Up. In this assignment, I use one of my Model Making Assignment and put into this game
Happy
In this Assignment, student need to form a group. Each group have 3 people. Every group have 3 theme, Happy,Sad, and Angry. I get Happy theme for this assignment.
In this assignment, I receive a good feedback from my Dean and also from my Lecturer. Not only good feedback, I get a good mark on this assignment
In this assignment, I receive a good feedback from my Dean and also from my Lecturer. Not only good feedback, I get a good mark on this assignment
Flood Simulation
In this assignment, my lecture point me to create a Flood Simulation by using 3D Rad but 3D Rad is something new for me. So , I done it in Unity 3D since I more comfortable with it. in this simulation I need to create a Flood scene. Most of the building I done it in Google sketch Up since to create a low poly building are easy in Google Sketch up compare to 3D Max
Space Machine
In this assignment, I need to go Science Center to take an idea from there. Beside that, I need to make a 3D camera for this simulation. That is why there is two image from 1 picture
This is Main Menu. We can click Exit to exit the game and Start to start the simulation
This is character selection within iron and steel
This is room where the magnet will make the character slow if we are using Iron Character
This is how it look the room of magnet from outside
In this picture we need to activate the solar gun to shoot into satellite. We just need to stand near to the platform to activate it
This is the picture where the satellite will reflect the light
This is the last part where we need to grab the mineral by using a crane.
Overall, this simulation are not 100% complete since a lot of stuff I need to learn to using Unity 3D
Overall, this simulation are not 100% complete since a lot of stuff I need to learn to using Unity 3D
Tuesday, January 10, 2012
Truck Shape Sorter
Amazon E Gallery
Subscribe to:
Posts (Atom)
















