自分以外のキャラクターのscaleを1.0に戻し #39

Merged t-hayashi merged 1 commit into nitta-lab-2018:master from nitta-lab-2018:other_player_scale_1.0 on 10 Oct 2018
Showing 1 changed file
View
1
■■■■
app/src/main/java/org/ntlab/radishforandroidstudio/cactusClient/models/OtherPlayerCharactersModel.java
 
Object3D pochaBody = null;
try {
pochaBody = ModelFactory.loadModel(fragment.getResources(), "pocha.stl", ap1).createObject();
pochaBody.scale(5.0);
} catch (Exception e) {
e.printStackTrace();
}
OtherPlayerCharacter chara = new OtherPlayerCharacter(pochaBody);