添加关照、全局等高线、修改图层问题
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
import NodeParser from '../../../nodes/core/NodeParser.js';
|
||||
import WGSLNodeFunction from './WGSLNodeFunction.js';
|
||||
|
||||
class WGSLNodeParser extends NodeParser {
|
||||
|
||||
parseFunction( source ) {
|
||||
|
||||
return new WGSLNodeFunction( source );
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default WGSLNodeParser;
|
Reference in New Issue
Block a user