go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: syntax/bug blues


  • To: fowler, software
  • Subject: Re: syntax/bug blues
  • From: slevy
  • Date: Wed, 26 Aug 92 16:54:44 -0500

> This does not:
> 
> { INST 
> transforms {TLIST {: T3} 
> 
> 	1 0 0 0
> 	0 1 0 0
> 	0 0 1 0
> 	3 0 0 1
> 
> }
> geom < cube.off 
> }
 
I don't think it's a bug: a TLIST is JUST a bunch of literal 4x4 matrices;
you can't mix matrices and references to other stuff, even if the other
stuff is a handle to another TLIST.  To get that effect, make a LIST
as you did the first time, e.g.

   INST
     transforms {
	LIST
	  { TLIST  1 0 0 0 ... 3 0 0 1 }
	  { : T3 }
     }
     geom < cube.off


Anybody want to suggest another way this could work?
(If you do, please look at the INST and TLIST sections of "man 5 oogl" first!)


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo