Tracy Week 4 Update

Tracy, Week 04 No Comments

This week I worked on the particle effects for the Deus Ex Machina effect.  We figured out that we’d like to render each of the device/lexicon cards’ effects with their own camera (not overhead) so that helped me figure out how I should design them.  Currently for Deus Ex Machina I’m using a curve flow with an instancer (in Maya) so we can choose to substitute in any object we’d like.  As of right now the animation is working, I just need to adjust the path, speed, frequency, etc.  I’m going to figure out how to make a nice golden metallic shader and see what I can do in terms of motion blur or a particle trail to give it a more dramatic effect.  The picture below shows both the original flow of particles and the instanced particles next to it.  This is not the finalized shape, just a proof of concept.

I’m going to work on finishing this up for Tuesday/early in the week.  Right now I think it’s around 75% done since the hard part for me was just to get the system to work.

I also did some research about glyphs/patterns used with the FLARToolkit and tried to get familiar with some of the coding we’ll be using.  I found this great application that will allow us to create our own custom glyphs in photoshop and convert them into the .pat file we’ll be using in flash.  Most augmented reality applications/games use generated checkerboard patterns, but with this application we can use basic silhouettes of our characters.  We still need to use black and white for our colors since detection works best that way – Otherwise the lighting in the room can throw off detection by affecting the colors.

http://flash.tarotaro.org/blog/2009/07/12/mgo2/

Jason and I will be meeting on Monday night to go over some of the basic coding and work on getting a shell of the game laid out.

This week I spent around 15 hours either doing research/working on tutorials or working on actual assets.  I am around 90% complete with my work for the week and plan on being at 100% by Tuesday.

Mike Week 4 Update

Mike, Week 04 No Comments

This week I had three major goals. I wanted to finalize King Arthur’s head and get it ready to be pelted, I also wanted to start making progress with the Library. I have put together a list of assets the Library will need, it is as of now still open to have items added by anyone who thinks of anything I forgot. In one of our group meetings we also decided on the final look and feel of the Library. I also spent some time figuring out the Gantt chart issue in one of our meetings, more on that later.

King Arthur’s head is ready for texture at this point. I spent another 6 hours or so adding the rest of the geometry and then sculpting  some final touches, the head is at 80% I would say. In all I think the head turned our well, the ears might be a bit small now that I am looking at the completed head. They will be covered by a hood once King Arthur has had the full costume treatment so I am not terribly worried about it.



The look we are going for with the Library is highly inspired by the Library of Congress, I think you will see that in the sample images provided below. We want to incorporate the old feel the Library of Congress and old hardback books with the feel of space age technology which will come from things like the pillars, lights and other furniture. The asset list and some sample images of the Library are below. I spent a good 10 hours or so creating assets and assembling them in the Library. The Library is at about 30% or so.

Object                                               Modeler          % Complete
Door                                                  MIKE                Modeled
Book 1                                               MIKE                Modeled
Book 2                                               MIKE                Modeled
Book 3                                               MIKE                Modeled
Tall Shelf                                            HESSAM           Modeled
Small Shelf                                         HESSAM
Lounge Chair
Desk                                                 HESSAM
Desk Chair                                        MIKE                 Modeled
Computer
Computer Kiosk
Windows                                          HESSAM            Modeled
Front Desk
Book Cart
Book Return Bin
Floating TV
Floating Sign
Floor Plant 1
Floor Plant 2
Hanging/Floating Plant 1
Hanging/Floating Plant 2
Pencil/Pen Cup
Laser Printer
Large Light                                        MIKE             Modeled
Small Light

Finally I have gotten to the bottom of our Gantt chart issues. It all comes down to the template used when exporting. The first one we used did not export the red and blue lines, even though they were turned on in the file. The second template we used did not export all the contact info for each resource. For this export we have used the default template. The default template does include all the information required.

Week 4 Jason

Jason, Week 04 No Comments

After a lot of searching and playing with different things, I have gotten the glyph tracking to work and have found the code commented in english since the code was originally created in Japan and actually has to be downloaded through a site written in a different language. Below is a screen shot of it working for me through flash player. The second picture is the glyph that is being tracked. As you can see we will be able to use curving objects instead of just basic block shapes. Still need to do some testing to find out the minimum size we can use on the cards and if we are able to use the text already on the cards for tracking.
Research Time and Testing : 8 hours Playing Station Completion: 40%

I have also gotten a tool that allows us to convert our own custom glyphs into the required .pat file for camera recognition. The tool works through Adobe Air to capture what the camera actually sees from the printed glyphs which leads me to believe we should be able to use anything including images to track with as the tool converts what the camera sees into a series of shapes. More testing will need to be done to determine the accuracy of different methods of this. Tracy and I will be meeting on Monday night to work through the code some more and get a proof of concept for the tracking portion of the game done for the coming weeks.

Time for glyph creation research and testing of custom glyphs: 3 hours

Hessam’s week four progress

Hessam, Week 04 No Comments

Alright, another busy week! I spend most of the past week on modeling and web designing for the project. I finally finished the head of Robin Hood, and I’m pretty happy with it. I have to say modeling the ear was a nightmare for me and took me a while to get what I wanted. Here is how Robin looks like, un-textured and un-bothered:

I already started facial rigging of the character and I’m hoping to have it done by Tuesday. Thanks to Ben, we have a generic body for some of our characters and I will tweak that to match what we want for Robin Hood. A huge time saver, so I can focus more on Theme developing.

Hours: 6 Percentage: 100% (considering the head only)

I also spent some time modeling a window and its curtain, a corner book shelf, and a sofa for our library. Here are some screenshots of them:

Hours: 3

Website Update:

Almost everybody voted on template  #3 from the last week PPJ (except for myself, I’m a huge fan of template #1), so the goal was to push that design a little further. The redefine design is based on 960 grid system which is a standard UI for many of the web designers.  I will also take Yahoo! UI standards (known as YUI,)  Eric Meyer’s guides, and CSS frameworks highly into consideration for developing the theme.  Here is a screen shot of the new template. However, this design will be subject to some changes after our group meeting this week.

Hours: 4 Percentage: 95% (designing the theme)

I also set up a MySql data base for the website and installed Drupal 6.15 on the server. Installing Drupal is not as easy as Wordpress. During installation I encountered many errors, and warnings. The most important one was the memory limit for PHP. Drupal needs 16M of memory in order to run, and most of the host providers set that to 12M or 8M by default. So I had to modify the php.ini on the server. Since our server is running Vdeck 3.0, it took me a while to find the php.ini (it’s called PHP script under CGI and Scripted Language Support in Vdeck.)  To cut a long story short, I modified the PHP settings of the server, and now it’s able to run Drupal perfectly. (thanks god all those changes didn’t damage the version of Wordpress that we are running for PPJ on the same server!) Here is the link to our new Drupal site that is ready for theme development:

www.lexiconquest.com

Hours: 2 troubleshooting Percentage: It wasn’t on the gantt chart

Powered by WordPress Entries RSS Comments RSS