11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
#include "stdcycles.h"
|
|
|
|
displacement node_output_displacement(vector Displacement = 0.0)
|
|
{
|
|
P += Displacement;
|
|
}
|