home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7190 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!lissie!bbum
  3. From: bbum@object.com (Bill Bumgarner)
  4. Subject: Re: RIBs, RenderMan, and Textures
  5. Message-ID: <1992Nov12.170510.537@object.com>
  6. Sender: bbum@object.com
  7. Organization: Objective Technologies,Inc.
  8. References: <101558@bu.edu>
  9. Date: Thu, 12 Nov 92 17:05:10 GMT
  10. Lines: 33
  11.  
  12. In article <101558@bu.edu> ambi@localhost.bu.edu (Mike Amirault) writes:
  13. >  I've been messing around with Renderman and RIB files for a couple
  14. > of days and need some help. I can pretty much get everything to work
  15. > except textures.  I've tried everything and can't get a simple texture
  16. > to display from a RIB file I created. I can use 3DReality and add a
  17. > texture fine, but I can't do it from my RIB file.
  18. >  I've tried things like:
  19. >  Surface "SD_Simple_tx" "txmap" "/NextLibrary/Textures/brick.tex"
  20. >  Surface "texmap" "texname" "brick"
  21. >  ...
  22.  
  23. I suspect that you need to declare the "txmap" variable type-- RenderMan isn't  
  24. going to be able to figure it out by itself.... add something like this to it:
  25.  
  26. Declare "txmap" "string"
  27.  
  28. (I think it is "string"-- you might have to hack around a moment to figure it  
  29. out)
  30.  
  31. BTW:  For those interested, pick up the latest release of SmartFieldsPalette  
  32. from the archive sites (the 3.0 version should be available later  
  33. today/tomorrow sometime) and check out the info panel-- it has a 3DReality  
  34. created animation in it.... sort of cool.  Excuse the slowness on opening;  it  
  35. is a jpeg compressed set of TIFF images....
  36.  
  37. --
  38. Bill Bumgarner <bbum@object.com>
  39. Objective Technologies, Inc.
  40. -- 
  41. Bill Bumgarner <bbum@object.com>
  42.