mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removed unnecessary description of the test code. And, correct errors detected in WebStorm.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
amplitude: { type: "f", value: 1.0 },
|
||||
color: { type: "c", value: new THREE.Color(0xff2200) },
|
||||
texture: { type: "t", value: THREE.ImageUtils.loadTexture("textures/water.jpg") },
|
||||
texture: { type: "t", value: THREE.ImageUtils.loadTexture("textures/water.jpg") }
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
() => {
|
||||
// ------- variable definitions that does not exist in the original code. These are for typescript.
|
||||
var material: any;
|
||||
var material: THREE.SpriteMaterial;
|
||||
// -------
|
||||
|
||||
var camera, scene, renderer;
|
||||
|
||||
Reference in New Issue
Block a user