Node cleanup
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
function normal_map_node_init() {
|
||||
array_push(nodes_material_vector, normal_map_node_def);
|
||||
map_set(parser_material_node_vectors, "NORMAL_MAP", normal_map_node_vector);
|
||||
}
|
||||
|
||||
function normal_map_node_vector(node: ui_node_t, socket: ui_node_socket_t): string {
|
||||
let strength: string = parser_material_parse_value_input(node.inputs[0]);
|
||||
let norm: string = parser_material_parse_vector_input(node.inputs[1]);
|
||||
|
||||
Reference in New Issue
Block a user