Hi,
there is a strange thing I noticed related to usage of by-reference geometry data. Starting with J3D 1.3.x several set...Ref...()-methods are deprecated including setNormalRef3f(). Here now setNormalRefFloat() or setNormalRefBuffer() have to be used. But the funny thing is: when I want to use the NormalGenerator together with a GeometryInfo there is no method in GeometryInfo which would deliver float-arrays or a NormalBuffer! GeometryInfo.getNormals() returns a Vector3f-array which can be set to my GeometryArray only using the deprecated method setNormalRef3f().
So how can I create normals for an GeometryArray without the need to convert the data within an array manually?
Michael
-- http://www.3dchat.org - Welcome To The Unreal World http://java3d.virtualworlds.de - The J3D Developers Ressource
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".