Welcome to Gaia! ::

Reply Artwork
Some of my Virtual Reality homework! It's cool!

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

WhitneyK
Vice Captain

PostPosted: Fri Sep 14, 2007 5:49 pm


I have a course for college that I take online. One of our projects is to make a 3D object of anything we want using 4 different colors. I decided to make a Katana! This is how it turned out.

User Image

If you're wondering how I made it, then look here at all this code and that is how I made it:

#VRML V2.0 utf8
#Katana


#blade
Shape {
appearance Appearance {
material Material {
diffuseColor .9007 .8899 1
} # end material
} # end appearance
geometry Box {
size .3 .1 6
} # end geometry
} # end shape


#blade tip

Transform {
rotation 0, 1, 0, .5
translation 0, 0, 3
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .9007 .8899 1
} # end material
} # end appearance
geometry Box {
size .25 .1 .2
} # end geometry
} # end shape
] # end children
} # end transform


#tesuba

Transform {
scale .4, .05 , .25
rotation 1, 0, 0, 1.57
translation 0, 0, -3
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .4936 .4946 .4967
} # end material
} # end appearance
geometry Cylinder {
height 2
} # end geometry
} # end shape
] # end children
} # end transform


#Handle

Transform {
scale .2, 3.5 , .2
rotation 1, 0, 0, 1.57
translation 0, 0, -4.8
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .1783 .1628 .1782
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform


#Colors in Handle 1

Transform {
scale .205, .1 , .205
rotation 1, 0, 0, 1.57
translation 0, 0, -4.8
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .847 .6195 .3749
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform

#Colors in Handle 2

Transform {
scale .205, .1 , .205
rotation 1, 0, 0, 1.57
translation 0, 0, -3.2
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .847 .6195 .3749
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform

#Colors in Handle 3

Transform {
scale .205, .1 , .205
rotation 1, 0, 0, 1.57
translation 0, 0, -6.4
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .847 .6195 .3749
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform


Awesome huh? Now try figuring that one out. How I got the katana from all these words. Lol .I'm such a genius I know.
PostPosted: Fri Sep 14, 2007 9:30 pm


WhitneyK
I have a course for college that I take online. One of our projects is to make a 3D object of anything we want using 4 different colors. I decided to make a Katana! This is how it turned out.

User Image

If you're wondering how I made it, then look here at all this code and that is how I made it:

#VRML V2.0 utf8
#Katana


#blade
Shape {
appearance Appearance {
material Material {
diffuseColor .9007 .8899 1
} # end material
} # end appearance
geometry Box {
size .3 .1 6
} # end geometry
} # end shape


#blade tip

Transform {
rotation 0, 1, 0, .5
translation 0, 0, 3
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .9007 .8899 1
} # end material
} # end appearance
geometry Box {
size .25 .1 .2
} # end geometry
} # end shape
] # end children
} # end transform


#tesuba

Transform {
scale .4, .05 , .25
rotation 1, 0, 0, 1.57
translation 0, 0, -3
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .4936 .4946 .4967
} # end material
} # end appearance
geometry Cylinder {
height 2
} # end geometry
} # end shape
] # end children
} # end transform


#Handle

Transform {
scale .2, 3.5 , .2
rotation 1, 0, 0, 1.57
translation 0, 0, -4.8
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .1783 .1628 .1782
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform


#Colors in Handle 1

Transform {
scale .205, .1 , .205
rotation 1, 0, 0, 1.57
translation 0, 0, -4.8
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .847 .6195 .3749
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform

#Colors in Handle 2

Transform {
scale .205, .1 , .205
rotation 1, 0, 0, 1.57
translation 0, 0, -3.2
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .847 .6195 .3749
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform

#Colors in Handle 3

Transform {
scale .205, .1 , .205
rotation 1, 0, 0, 1.57
translation 0, 0, -6.4
children [
Shape {
appearance Appearance {
material Material {
diffuseColor .847 .6195 .3749
} # end material
} # end appearance
geometry Cylinder {
height 1
} # end geometry
} # end shape
] # end children
} # end transform


Awesome huh? Now try figuring that one out. How I got the katana from all these words. Lol .I'm such a genius I know.
Yes you are very smart and i am glad that all your schooling is paying off. Keep up the good work A+

Maskedninja911
Captain


WhitneyK
Vice Captain

PostPosted: Sun Sep 16, 2007 5:41 am


Maskedninja911
Yes you are very smart and i am glad that all your schooling is paying off. Keep up the good work A+


Yay! I got an A+ from Maskedninja! Woohoo! *hands you an apple* heart
PostPosted: Sun Sep 16, 2007 6:03 pm


WhitneyK
Maskedninja911
Yes you are very smart and i am glad that all your schooling is paying off. Keep up the good work A+


Yay! I got an A+ from Maskedninja! Woohoo! *hands you an apple* heart

it must have been hard to only use four colors.

Shoafy
Crew


WhitneyK
Vice Captain

PostPosted: Tue Sep 18, 2007 6:03 am


Shoafy
WhitneyK
Maskedninja911
Yes you are very smart and i am glad that all your schooling is paying off. Keep up the good work A+


Yay! I got an A+ from Maskedninja! Woohoo! *hands you an apple* heart

it must have been hard to only use four colors.


Yeah... kind of. I could've made it a lot cooler if I could've used 3Dstudio Max instead of just writing words in notepad. Lol.
PostPosted: Thu Nov 08, 2007 11:10 am


I still don't get how you got that picture with just words.

Maskedninja911
Captain


WhitneyK
Vice Captain

PostPosted: Mon Nov 12, 2007 6:51 am


Maskedninja911
I still don't get how you got that picture with just words.

It is a mystery.
PostPosted: Tue Nov 13, 2007 5:13 am


WhitneyK
Maskedninja911
I still don't get how you got that picture with just words.

It is a mystery.
You are the only one who knows the answer to that damb you are lucky.

Maskedninja911
Captain

Reply
Artwork

 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum
//
//

// //

Have an account? Login Now!

//
//