point maps (wip)
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gen.h
index 6cae853576ec97cee25c020bc35c29ef848bb3bc..b5b06e54b3783c3212e1e5bdce1dfb8de533de7f 100644 (file)
@@ -104,6 +104,7 @@ VG_STATIC void world_apply_procedural_foliage( world_instance *world,
    float area = volume[0]*volume[2];
    u32 particles = 0.08f * area;
 
+   /* TODO: Quasirandom? */
    vg_info( "Map area: %f. Max particles: %u\n", area, particles );
 
    for( u32 i=0; i<particles; i++ ){