mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 19:38:22 +02:00
chaged shader link
This commit is contained in:
parent
1a09c5d19f
commit
170dd418f8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ orientation.x = 0;
|
|||
orientation = Quat.fromVec3Degrees(orientation);
|
||||
var center = Vec3.sum(MyAvatar.position, Vec3.multiply(3, Quat.getFront(orientation)));
|
||||
|
||||
var SHADER_URL = "file:///C:/Users/Eric/hifi/examples/tests/rapidUniformChange/rapidUniformChangeTest.fs";
|
||||
var SHADER_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/shaders/rapidUniformChangeTest.fs";
|
||||
|
||||
|
||||
var userData = {
|
||||
|
|
Loading…
Reference in a new issue