home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITS.ZIP / WISHLIST.DOC < prev    next >
Encoding:
Text File  |  1990-05-05  |  1.7 KB  |  37 lines

  1. This wish list will be updated according to the current releases.
  2.  
  3. This is release 2.1.
  4.  
  5.    The main problem in IRIT which used to be the convex.c module, has been
  6. solved (this module was totally rewritten). No error will result in
  7. non convex to convex decomposition (at list I didnt find any).
  8.  
  9. 1. If two objects have no intersection in their boundary, IRIT assumes they
  10.    are disjoint: in union simply combines them, and in other operators return
  11.    NULL object. One should find FAST way (3D Jordan theorem!?) to find the
  12.    relation between the two (A in B, B in A, A disjoint B) and according to
  13.    that decide. You probably wants to look at Bool-Hi.c module.
  14.  
  15. 2. Co-planar polygons that intersects, are NOT supported, and the result is
  16.    undefined. The lower level Boolean operations should be modified (a lot)
  17.    to support such case. This is a hard challenge.
  18.  
  19. 3. Interactive profile editor. One can create objects from profiles (much
  20.    as IRIT was created in solid0.irt) by extruding them or by using them in
  21.    surfaces of revolution. Currently the profile is created manually, and
  22.    having a simple interactive editor to manipulate the profile will be neat.
  23.  
  24. 4. The polygonal representation of the created object has no real vertices
  25.    normals, so that Gaurd/Phong shading can be used. Such improvment will
  26.    increase the memory usage significantly (each vertex will need to carry
  27.    a normal as well). A minimum memory usage method (especially important
  28.    for the IBMPC) should be developed.
  29.  
  30. This list is open, so if you find you really want IRIT to have something, but
  31. you do not have the time to implements it, send me mail, and I will add it to
  32. the list.
  33.  
  34. Gershon
  35.  
  36. gershon@cs.utah.edu
  37.