Created a shell to go around the building which would have the brick texture on it took so long to UV map it and it looked terrible so that will not be uploaded until I manage to do it again.
It is now 2 stories high.
Sunday, 29 August 2010
Thursday, 26 August 2010
Modelled a few things
To go around the building such as the fronts of the building that will be extruded.
Wednesday, 25 August 2010
Monday, 23 August 2010
Warley Mental Hospital
Paul managed to find a great building with some nice architecture, I am going to start mocking out the rooms from a floor plan we found.
Saturday, 21 August 2010
Title Screen
Friday, 20 August 2010
Thursday, 19 August 2010
Wednesday, 18 August 2010
Record Player
Monday, 16 August 2010
New Church
Sunday, 15 August 2010
Santa Croce Influenced church
Friday, 13 August 2010
Wednesday, 4 August 2010
Scripting
Edited two scripts to get the right effect.
1st was a head bobbing script, I changed a couple of numbers on this script to get it right within the level.
2nd was a minimap camera I was having fun with, only problem was is that it set the default camera to the minimap camera and not the first person one, so I had to do a variable to put it back on the scene start.
var loadmaincamera = 1;
function Update () {
if(loadmaincamera == 1) {
toggleMinimap();
loadmaincamera = 0;
}
}
The toggle minimap function is a pre-defined function in the script.
1st was a head bobbing script, I changed a couple of numbers on this script to get it right within the level.
2nd was a minimap camera I was having fun with, only problem was is that it set the default camera to the minimap camera and not the first person one, so I had to do a variable to put it back on the scene start.
var loadmaincamera = 1;
function Update () {
if(loadmaincamera == 1) {
toggleMinimap();
loadmaincamera = 0;
}
}
The toggle minimap function is a pre-defined function in the script.
Microsoft Works
I have started using Microsoft Works, it is a brilliant program, I have set out loads of things that I need to do and now I can just tick them off when I've done them, project planning at it's best. Going to try scanning in plans of the hallway that I have done. Hopefully the cable I've got doesn't go faulty again.
Subscribe to:
Posts (Atom)