Ignore:
Timestamp:
Dec 11, 2007, 8:35:26 PM (17 years ago)
Author:
vrinside
Message:

Image Loader initialization

  • Add BMP loader in Nv.cpp

Point Renderer code added..

  • Put a data container and manage the containters with std::vector
  • Renderer 1) scale factor part should be taken into account
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/nanovis/PCASplit.cpp

    r821 r825  
    122122
    123123        printf("Cluster created %d [in level %d]:total %d\n", count, level, cc);
     124    fflush(stdout);
    124125       
    125126        int i = 0;
     
    333334                                                float(rand()) / RAND_MAX, float(rand()) / RAND_MAX, float(rand()) / RAND_MAX,
    334335                                                0.2);
     336
     337            printf("CLUSTER points : %d\n", node->data->numOfPoints_t);
     338            fflush(stdout);
    335339                                       
    336340                                        points[i].position = node->data->centroid_t;
Note: See TracChangeset for help on using the changeset viewer.