/* SPDX-License-Identifier: Apache-2.0 * Copyright 2011-2022 Blender Foundation */ #include "stdcycles.h" shader node_translucent_bsdf(color Color = 0.8, normal Normal = N, output closure color BSDF = 0) { BSDF = Color * translucent(Normal); }