Skip to content

Commit

Permalink
More testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsomers committed Jun 15, 2012
1 parent 35b14f7 commit 5f46322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions config.lua
Expand Up @@ -8,14 +8,13 @@ local vec3 = fr.vec3

network {
workers = {
"127.0.0.1",
"10.11.12.1"
-- TODO
},
runaway = 2 -- percent
}

output {
size = vec2(800, 600),
size = vec2(1024, 768),
name = "toystore",
buffers = {
-- none
Expand Down
2 changes: 0 additions & 2 deletions scenes/toystore.lua
Expand Up @@ -257,15 +257,13 @@ function draw_shelf(xform)
end

-- Draw toys.
--[[
for i = 0, 4 do
for j = 0, 1 do
for shelf = 0, 2 do
draw_toy(xform, i, j, shelf)
end
end
end
]]
end

-- Stairs.
Expand Down

0 comments on commit 5f46322

Please sign in to comment.