Re: [JAVA3D] SinglePixelPackedSampleModel question

2002-05-15 Thread Justin Couch
Sandra Arthurs wrote: > I am trying to create a grayscale texture, which I am generating, > on a rectangle and I have some questions. I am currently getting: > > Exception occurred during event dispatching: > java.awt.image.RasterFormatException: > DataBuffer for ByteComponentRasters

[JAVA3D] SinglePixelPackedSampleModel question

2002-05-15 Thread Sandra Arthurs
Hi, I am trying to create a grayscale texture, which I am generating, on a rectangle and I have some questions. I am currently getting: Exception occurred during event dispatching: java.awt.image.RasterFormatException: DataBuffer for ByteComponentRasters must only have 1 bank. The c