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]

syntax/bug blues


  • To: software
  • Subject: syntax/bug blues
  • From: fowler
  • Date: Wed, 26 Aug 92 15:24:29 -0500

This works:

thing.inst:

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

(geometry thing < thing.inst)
(read geometry { define T2 { TLIST 
1 0 0 0
0 1 0 0
0 0 1 0
3 0 0 1
})

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 
}
 
Error message is:

Error <1>: InstStreamIn: couldn't read TLIST object in INST at: 'T' in /u/fowler/geomview/data/use.inst
File: inststream.c, Line: 104

Seems like :T3 should act just like 16 numbers, but it doesn't :(
Stuart: is this a syntax error or a bug? (Tamara suspects bug.)
(Celeste suspects the butler.)


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