nicky-isaacs / TerrainGenerator

Cool terrain generator for SaaS Class
0 stars 0 forks source link

Updates and what I'm blocked on #2

Open nicky-isaacs opened 11 years ago

nicky-isaacs commented 11 years ago

I have namespaces the /lib/terrain folder under the TerrainLib namespace, please pull and merge these changes.

Right now I'm blocked on generating an .obj file, I need a generator method that produces it i.e.

a = Generator.new()
file_path = a.generate_obj_file
uberblah commented 11 years ago

Sorry, I haven't gotten any real work in on that. I'll get the generate() function producing something. I've been doing full-time work this week, so I won't have a chance to get that done until later today.

Date: Wed, 27 Nov 2013 10:12:45 -0800 From: notifications@github.com To: TerrainGenerator@noreply.github.com CC: miles.rufatlatre@colorado.edu Subject: [TerrainGenerator] Updates and what I'm blocked on (#2)

I have namespaces the /lib/terrain folder under the TerrainLib namespace, please pull and merge these changes.

Right now I'm blocked on generating an .obj file, I need a generator method that produces it i.e.

a = Generator.new() file_path = a.generate_obj_file

— Reply to this email directly or view it on GitHub.