home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / graphics / 9214 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.8 KB  |  44 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!skule.ecf!yewhin
  3. From: yewhin@ecf.toronto.edu (YEW HIN Jimmy)
  4. Subject: Help on SunPhigs
  5. Message-ID: <Btno9H.Enn@ecf.toronto.edu>
  6. Organization: University of Toronto, Engineering Computing Facility
  7. Date: Thu, 27 Aug 1992 18:48:52 GMT
  8. Lines: 34
  9.  
  10. I am new to computer graphics and I just learned about SunPhigs(1.3) 
  11. by myself and wrote a simple program to display and move a robotic arm 
  12. on the screen. However it doesn't work: the program just opens a 
  13. blank window. I don't have a clue why it doesn't work and I would 
  14. really appreciate if you could suggest any possible reason where the 
  15. problem is. Here is a summary of my program structure and the problem:
  16.  
  17.  
  18. PROGRAM STRUCTURE:
  19.  
  20. There are seven structures and they execute each other with EXECUTE 
  21. STRUCTURE elements.
  22. After the structures are defined and the root structure posted, 
  23. the structures are edited in a loop in which the structures are
  24. opened and edited one at a time.
  25. The only editing that is done is replacing the LOCAL TRANSFORMATION 
  26. element after calculating a rotation or a translation matrix which is 
  27. passed as a parameter to SET LOCAL TRANSFORMATION. The modification and 
  28. deferral mode used is NIVE and WAIT and the structures are redrawn at 
  29. the end of the loop with REDRAW ALL STRUCTURES. The values for evaluating
  30. the rotation and translation matrices are read from tables.
  31.  
  32.  
  33. PROBLEM:
  34.  
  35. All the structures except one have the following problem:
  36. when they are edited they don't seem to be able to exectute the structure
  37. they are supposed to execute. The one structure that can still execute 
  38. it's subsequent structure is EXACTLY identical to two others except for 
  39. its name id.
  40.  
  41. PLEEEEEEAASE HEEEELLP !!!!!!!!!!
  42.  
  43. Jimmy Yew Hin @ University of Toronto (Engineering Faculty).
  44.