HelloMaterial tutorial (minor compile bug)

just went through this tutorial, and found one minor hicup, probably due to small changes in the sdk.



The HelloMaterial is missing one import statement as is presented on the website:



import com.jme3.util.TangentBinormalGenerator



also it contains one unused import:



import com.jme3.asset.TextureKey;