khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

update in class Environment3 #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add parameter int radius to method InitializeHole()

Original issue reported on code.google.com by khaled.osmaan on 16 May 2012 at 7:58

GoogleCodeExporter commented 9 years ago
delete method InitializeHole()
delete method DrawHole(camera c)
add method void CreateHole(Vector3 position, int radius)
add method int GenerateRadius(int angletolerance)

Original comment by khaled.osmaan on 23 May 2012 at 6:32

GoogleCodeExporter commented 9 years ago
rename method CreateHole to CreateSquareHole(Vector3 position, int radius)
add method CreateCircularHole(Vector3 position, int radius)
add method CreateAlmostCircularHole(Vector3 position, int radius)

Original comment by khaled.osmaan on 24 May 2012 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 6:15