home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / texturegnd / Docs / Problems < prev    next >
Text File  |  1996-11-30  |  2KB  |  35 lines

  1.  
  2.                                 Problems
  3.                                 ========
  4.  
  5. A list of the not-so-good "features" of this program.
  6.  
  7. The textures are not generated as functions of X and Y, but in a serial fashion.
  8. In other words, they are generated in an all-or-nothing manner.  It would
  9. sometimes be useful to produce the texture at a limited number of points, for
  10. example to see a low-resolution version of the texture which gradually
  11. increases in resolution until it is complete.  This is not currently possible;
  12. a problem which is partly connected to the program's use of inverse
  13. fast-fourier transforms, which are so advantageous in other ways, that a low
  14. resolution preview feature cannot be implemented without a performance hit.
  15.  
  16. No support for the Hydra exists yet (because I do not have one), though
  17. hopefully this will produce excellent speed benefits when implemented.
  18.  
  19. The front-end could be extended to provide control over features which are
  20. currently only accessible by the editing of texture generation files.  A
  21. proper palette editor of some kind is top of the list.  A texture properties
  22. dialogue box may be added to the main menu to offer control over various
  23. texture features, including proper support for textures with multiple layers.
  24.  
  25. Animation cannot change between two completely different textures using
  26. "key-frames" or, indeed at all.
  27.  
  28. Resizing textures partially obscured by windows means they temporarily jump
  29. to the top of the window stack.  RISC OS seems to offer little support for
  30. plotting scaled sprites clipped to windows.  Short of writing custom display
  31. routines, there seems little that can be done about this.  Still, this is
  32. not as bad as certain OSs that could be mentioned.  Also the program expects
  33. the window to remain still while texture resizing takes place.  Use of
  34. programs such as !Madness or !MoveWindo may produce some harmless confusion.
  35.