@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
16 lines • 367 B
TypeScript
export class RibbonMaterialX extends ShaderMaterial {
constructor(params: any);
/**
*
* @param {Vector2} v2
*/
set resolution(arg: Vector2);
/**
*
* @return {Vector2}
*/
get resolution(): Vector2;
}
import { ShaderMaterial } from "three";
import { Vector2 } from "three";
//# sourceMappingURL=RibbonMaterialX.d.ts.map