Buffers in GeomBatch not saved?

Hello@all,



I have a trimesh and set the tangend- and binormal-buffers via setTangentBuffer(…) and setBinormalBuffer(…). The methods are from GeomBatch. Next step is to save this via BinaryExporter.save(…).



The loaded model does not contain the buffers anymore.



It's a BUG! or it's a feature  }:-@

Yeah, it's a bug.

But then comes another question, are the tangents/binormals updated when the normals are updated by animation controllers? That would also be a bug, this might be something jME 2.0 would have with it's shader oriented architecture.

hm  :stuck_out_tongue:



jme2.0 … shader oriented architecture … long time to wait for … … …



OK, this little thing can be implemented outside from jme-source :wink:

Momoko_Fan said:

Yeah, it's a bug.
But then comes another question, are the tangents/binormals updated when the normals are updated by animation controllers? That would also be a bug, this might be something jME 2.0 would have with it's shader oriented architecture.


shader oriented architecture?! awesome!!!