Skip to content

Commit

Permalink
Cleaned up many files
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbartek committed Oct 24, 2013
1 parent 6b7377b commit fe89d47
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 22 deletions.
1 change: 1 addition & 0 deletions world/wrl/barrier.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WorldInfo {
title "Barrier"
info ["Filip Bártek", "Eva Pešková"]
}

Inline {
url ["../blend/barrier.wrl"]
}
4 changes: 2 additions & 2 deletions world/wrl/bedroom.wrl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#VRML V2.0 utf8

WorldInfo {
title "Bedroom content"
info ["Eva Pešková"]
title "Bedroom"
info ["Eva Pešková", "Filip Bártek"]
}

Switch {
Expand Down
2 changes: 1 addition & 1 deletion world/wrl/bell.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

WorldInfo {
title "Bell"
info ["Filip Bártek", "Eva Pešková"]
info ["Filip Bártek"]
}

Switch {
Expand Down
2 changes: 1 addition & 1 deletion world/wrl/clock.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

WorldInfo {
title "Clock"
info ["Filip Bártek", "Eva Pešková"]
info ["Filip Bártek"]
}

# http://www.bellrock.org.uk/lighthouse/lighthouse_lightroom.htm (looks, dimensions)
Expand Down
2 changes: 1 addition & 1 deletion world/wrl/lighthouse-body.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

WorldInfo {
title "Lighthouse Body"
info ["Filip Bártek", "Eva Pešková"]
info ["Filip Bártek"]
}

Shape {
Expand Down
4 changes: 4 additions & 0 deletions world/wrl/lighthouse.wrl
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#VRML V2.0 utf8

# Based on Bell Rock Lighthouse
# http://www.bellrock.org.uk/

WorldInfo {
title "Lighthouse"
info ["Filip Bártek", "Eva Pešková"]
}

Inline {
url ["lighthouse-body.wrl"]
}
Expand Down
5 changes: 3 additions & 2 deletions world/wrl/lightroom-cage.wrl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#VRML V2.0 utf8

WorldInfo {
title "Light cage"
info ["Filip Bártek", "Eva Pešková"]
title "Lightroom cage"
info ["Filip Bártek"]
}

# window height: 2.03835
# window height / 2: 1.019175

Expand Down
3 changes: 2 additions & 1 deletion world/wrl/lightroom-chandelier.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

WorldInfo {
title "Chandelier"
info ["Filip Bártek", "Eva Pešková"]
info ["Filip Bártek"]
}

Switch {
choice [

Expand Down
5 changes: 3 additions & 2 deletions world/wrl/lightroom-glass-panel.wrl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#VRML V2.0 utf8

WorldInfo {
title "Light glass panel"
info ["Filip Bártek", "Eva Pešková"]
title "Lightroom window glass panel"
info ["Filip Bártek"]
}

Shape {
appearance Appearance {
material Material {
Expand Down
4 changes: 2 additions & 2 deletions world/wrl/lightroom-masonry.wrl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#VRML V2.0 utf8

WorldInfo {
title "Light masonry"
info ["Filip Bártek", "Eva Pešková"]
title "Lightroom masonry"
info ["Filip Bártek"]
}

# Height: 1.80975
Expand Down
4 changes: 2 additions & 2 deletions world/wrl/lightroom-roof.wrl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#VRML V2.0 utf8

WorldInfo {
title "Lighthouse roof"
info ["Filip Bártek", "Eva Pešková"]
title "Lightroom roof"
info ["Filip Bártek"]
}

# Picture:
Expand Down
4 changes: 2 additions & 2 deletions world/wrl/lightroom-window.wrl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#VRML V2.0 utf8

WorldInfo {
title "Lighthouse window"
info ["Filip Bártek", "Eva Pešková"]
title "Lightroom window"
info ["Filip Bártek"]
}

# panel width = 0.3429
Expand Down
4 changes: 2 additions & 2 deletions world/wrl/lightroom.wrl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#VRML V2.0 utf8

WorldInfo {
title "Light Room"
info ["Filip Bártek", "Eva Pešková"]
title "Lightroom"
info ["Filip Bártek"]
}

# http://www.bellrock.org.uk/lighthouse/lighthouse_lightroom.htm
Expand Down
5 changes: 3 additions & 2 deletions world/wrl/reflector.wrl
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#VRML V2.0 utf8

# A reflector that is pointing in the positive direction of Z axis.

WorldInfo {
title "Reflector"
info ["Filip Bártek", "Eva Pešková"]
info ["Filip Bártek"]
}
# A reflector that is pointing in the positive direction of Z axis.

Transform {
children [
Expand Down
4 changes: 2 additions & 2 deletions world/wrl/winding.wrl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#VRML V2.0 utf8

WorldInfo {
title "Winding"
info ["Filip Bártek", "Eva Pešková"]
title "Winding mechanism"
info ["Filip Bártek"]
}

# http://www.bellrock.org.uk/lighthouse/lighthouse_lightroom.htm (looks, dimensions)
Expand Down

0 comments on commit fe89d47

Please sign in to comment.