mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
lightning texture appearing>
This commit is contained in:
parent
44fd7e8c15
commit
055d56b9e5
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ function createLightningStrike(basePosition) {
|
|||
var normal = Vec3.subtract(position, MyAvatar.position);
|
||||
normal.y = 0;
|
||||
var textureURL = "http://localhost:8080/lightning.png"
|
||||
// var textureURL = "file:///C:/Users/Eric/Desktop/lightning.png";
|
||||
var linePoints = [];
|
||||
var normals = [];
|
||||
var strokeWidths = [];
|
||||
|
|
Loading…
Reference in a new issue