@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
10 lines (9 loc) • 364 B
TypeScript
import { TypedJsNode } from './_Base';
import { NodeParamsConfig } from '../utils/params/ParamsConfig';
declare class BaseRaySphereJsParamsConfig extends NodeParamsConfig {
}
export declare abstract class BaseRaySphereJsNode extends TypedJsNode<BaseRaySphereJsParamsConfig> {
paramsConfig: BaseRaySphereJsParamsConfig;
initializeNode(): void;
}
export {};