Currently the Model implementation assumes attribute and uniform data exists when requested through getAttributeData and getUniformData, respectively. If the user requests an attribute or uniform that does not exist on the Model object, it will cause an unexpected exception instead of a clear one communicating the real issue.
Currently the
Model
implementation assumes attribute and uniform data exists when requested throughgetAttributeData
andgetUniformData
, respectively. If the user requests an attribute or uniform that does not exist on theModel
object, it will cause an unexpected exception instead of a clear one communicating the real issue.