Archive for September, 2008

Design Project 2

September 25, 2008

Yeah … I admit, I didn’t quite like my first project, and I copped one heck of a criticism on it, “bad version of Moe’s Bar”. I WON’T FORGET IT, MAN ~!!!

Anyway, off the business, following on from my first design, I realised that it had limited any room for improvement. Therefore, I took inspiration of my favourite drink’s little café and made it bigger and more intensive. First of all, I wiped the old design completely out.

I noted down a pattern from Tam that says something like, “I feel like I can’t go that way”. I utilized heavy columns of wood to lay out people’s movement. I was told that it evokes a strong sense of EDGES, which literally tells our subconscious not to move out of this path. Personally, I don’t care what my sub-conscious says. This then becomes a pattern of its own. The edges are so strongly defined, that people really don’t move to the outdoor spaces along the edges. And I used this idea to direct people around my space. This effect is combined with two other techniques, one in which itself is a pattern. The one that isn’t a pattern is the use of materiality (is that a word?). The I made three ‘hard’ transitions of materials to CLEARLY show the edges, where they appear. Though the minor dancefloors are similar to the walk ways, the second pattern will explain why they are still different.

Secondly, which is the aforementioned, is the levelling of each floor. I’ve made different areas raised and lowered to different levels to establish a sense of heirarchy. The dancefloor, of course, is the centre of activity, reinforced by the colors of the roof darkening as it approaches the centre. The lowest levels are our pathways in which we walk (duh). The middle level are our private/social space where we can be away and part of the moment at the same time. I also neglect the scripting of color changing for these spaces as they are the place to get away from all the action (but hopefully not COMPLETELY GONE).

Thirdly was this sense of interactivity. What makes people stay at a certain place is their involvement with the environment. Imagine 5 guys at a tennis court and only 4 guys playing; that last dude would go for a walk or drink or piss or whatever he has in mind. So, what I did was script 6 boxes with at least 5 different types of dances in each one. so people can walk onto the dance floor and show off their moves. Do you have what it takes to SERVE? If not, then YOU’ll GET SERVED.

Design Grammar

September 25, 2008

Let’s see … design grammar … My understanding of design grammar is the completely analysis of a building design prior to its actual ‘creation’. Therefore, in order to outline the success of a building, one must understand the basic “grammer” of it. That is under three categories: Noun, Verb and Adjective. I’m sure anyone out there would know, by now, what they are. But just in case they don’t know what it is in this context … Noun is the subject of the design, Verb is the action described, and Adjective is the descriptive attribute of that particular subject.

We use these three things to consider our design patterns, and in an earlier post, I have noted down three types of patterns used in the now known as DD-Bar (a play on the well-known game, DDR). The three patterns are:

  1. Edges – I was told that edges plays a very strange game in our minds. Basically, our pathways (or the direction we walk) are generally governed by edges; and these can be defined in many forms. I had used three ways to define these edges and they alone can be put as a pattern, but not as strongly as this would be. One way is the transition of materials. I have used a fairly dark (and bright misted) material for the dancefloor, which is then turned to a light colors, checkered floor of changing colors. After this is the dull Spanish tiled floors for those who want to rest a little or eyes getting blind. A second way is the huge posts implanted into the ground and raised above the space. These are my frst known governing edges. It has the power to literally stop people from moving around the outside and thusly concentrate them to the centre, which is the “centre of activity”
  2. Levels – Is the third way and is distinctive on its own to distinguish edges. A brief note on edges, our ability to walk comfortably is minimal and we are suscepted to the height variations. Now, the levelling of each floors tell a different story. First, we have the dance floor being raised the highest compared to the others, which says, “This is what this place is all about”. The lower floors are pathways in which we walk. The mid-level are “private” spaces for people who would want to move away from the dance but at the same time be apart of it. This keeps the mood goin’
  3. Interactivity – This helps improve people’s involve on the dance floor. I’ve laid out 6 boxes, each containing a pack of scripts for different dance move. Each time the box is click, there is a new dance move. This is openly available, so anyone can copy it.

JUST THOUGHT YOU WOULD LIKE TO KNOW
There was a young lady who dropped by my space and danced for a while. She asked me when would it be completed and added me as friend. She said she would return when I tell her it is completed … AND I GOT A VIDEO TO PROVE IT ~!!!

Pattern Language

September 18, 2008

A pattern within the context of the building describes, in a sense, what is really there. A pattern helps designs identify the theme of their building and understand the key elements The identified key elements would then assist design to summarize the list of issues and solutions to resolve it.

AIM
The aim of the Snowman Café is to give avatars a sense of enticement, but at the same time (or other times-of-the-day, rather) a feeling of comfort and relaxation so that they may refresh themselves before moving out of the district and into the intense world.

PATTERN
Street Café – A street café is a unique setting for people to linger and pass time without greatly noticing it happening.

Sleeping in Public – Much like the street café, a successful public lobby would be where a person can come in and feel comfortable enough to find an area to sleep.

Gravitational Instinct – People are quite often drawn towards something that appeals to them. The little part of the brain tells them to be more curious when they noticed something that cannot be missed.

OBSERVATION
People are drawn-in to a space with the presence of others. Therefore, the café must have the ability to draw the initial people in and keep them occupied, unless otherwise, have people return to this space whenever they feel the need.

PROBLEM
What is required to accumulate for each pattern?
How can this space be modified to give a sense of enticement?
How can this space be modified to give a sense of relaxation?

SOLUTION
A typical street café would consider spacing as the most vital aspect. While many people like to gather in small group to share opinions and ideas, some people prefer to be alone and have their own ‘dome-of-silence’.

To make a space a relaxing environment, many people tend to turn to soothing music. For example, meditators never use pop music, nor would tai-chi practitioners listen to rock music.

It is common human nature to be drawn towards something that completely stands out and light is a typical method to do this.

Script – Go Go Go

September 11, 2008

The following script I used in my space is not really a “wow” factor, but rather a new feature to make the floors less boring a slightly more interactive.

What I have done is make use of the LSL language of ‘listening’ which takes command from public chats and change colors accordingly.

The commands were simply:

Go Red
Go Blue
Go Green
Go Black
Go White

And each time these commands were made, the floors would change colors accordingly. Just for fun, I switched the commands around everywhere, so it would appear to be an 80s disco floor. However, these commands would only be made by myself or anyone would knows this and wants to impress their company.
It sort of becomes this “hey mate, check this out” factor.

default
{

state_entry() {
llListen(0,”", NULL_KEY, “”);
}

listen(integer channel, string name, key id, string message) {
if (message == “Go Blue”) {

// change color!
llSetColor(<0,0,1.0>,ALL_SIDES);

}
if (message == “Go Red”) {

// change color!
llSetColor(<1.0,0,0>,ALL_SIDES);

}
if (message == “Go Green”) {

// change color!
llSetColor(<0,0.1,0>,ALL_SIDES);

}
if (message == “Go Black”) {

// change color!
llSetColor(<0,0,0>,ALL_SIDES);

}
if (message == “Go White”) {

// change color!
llSetColor(<1.0,1.0,1.0>,ALL_SIDES);

}
}

}