Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_output_volume.osl « shaders « osl « kernel « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75544cf39117b18d4a87ab10b460f2045ba34275 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: Apache-2.0
 * Copyright 2011-2022 Blender Foundation */

#include "stdcycles.h"

volume node_output_volume(closure color Volume = 0)
{
  Ci = Volume;
}