| |
---|
| | public int getCharacterModelCount() { |
---|
| | return characterModels.size(); |
---|
| | } |
---|
| | |
---|
| | public void addCharacterModel(String fileName) { |
---|
| | public int addCharacterModel(String fileName) { |
---|
| | String path = createModelFilePath(MODEL_PATH + fileName); |
---|
| | characterModels.put(nextKey++, loadModel(path)); |
---|
| | characterModels.put(nextKey, loadModel(path)); |
---|
| | return nextKey++; |
---|
| | } |
---|
| | |
---|
| | private String createModelFilePath(String fileName) { |
---|
| | String path = getClass().getResource(fileName).getPath(); |
---|
| |
---|
| | |
確認をお願いします.
確認しました
b673a97
intomaster
fromTest
on 10 Jul 2018