mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
updated water can model
This commit is contained in:
parent
a36cc7862f
commit
e1d585c848
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Plant = function(spawnPosition, spawnRotation) {
|
|||
});
|
||||
|
||||
|
||||
var WATER_CAN_MODEL_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/models/waterCan.fbx?v1" + Math.random();
|
||||
var WATER_CAN_MODEL_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/models/waterCan.fbx?v2";
|
||||
|
||||
var waterCanPosition = Vec3.sum(plantPosition, Vec3.multiply(0.6, Quat.getRight(orientation)));
|
||||
var waterCanRotation = orientation;
|
||||
|
|
Loading…
Reference in a new issue