Back to Three Js

GLSLNodeParser

docs/pages/GLSLNodeParser.html.md

latest514 B
Original Source

Inheritance: NodeParser →

GLSLNodeParser

A GLSL node parser.

Constructor

new GLSLNodeParser()

Methods

.parseFunction( source : string ) : GLSLNodeFunction

The method parses the given GLSL code an returns a node function.

source

The GLSL code.

Overrides: NodeParser#parseFunction

Returns: A node function.

Source

src/nodes/parsers/GLSLNodeParser.js