Closed maeda6uiui closed 3 months ago
Following changes have been made:
Path
Mechtatel
Methods to create a component that previously took a URL object now takes a Path object instead.
URL
defaultScreen.createModel(Paths.get("./Mechtatel/Standard/Model/Cube/cube.obj"));
For the sake of this change, standard assets other than shaders have been moved to Mechtatel directory, and they are not going to be packaged in the JAR in future releases.
Overview
Following changes have been made:
Path
objectMechtatel
directory (outside the JAR)Methods to create a component that previously took a
URL
object now takes aPath
object instead.For the sake of this change, standard assets other than shaders have been moved to
Mechtatel
directory, and they are not going to be packaged in the JAR in future releases.