Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/nodes.h
| Context not available. | |||||
| static ShaderEnum coloring_enum; | static ShaderEnum coloring_enum; | ||||
| }; | }; | ||||
| class VoronoiCrackleTextureNode : public TextureNode { | |||||
| public: | |||||
| SHADER_NODE_CLASS(VoronoiCrackleTextureNode) | |||||
| virtual int get_group() { return NODE_GROUP_LEVEL_2; } | |||||
| ustring metric; | |||||
| static ShaderEnum metric_enum; | |||||
| }; | |||||
| class MusgraveTextureNode : public TextureNode { | class MusgraveTextureNode : public TextureNode { | ||||
| public: | public: | ||||
| SHADER_NODE_CLASS(MusgraveTextureNode) | SHADER_NODE_CLASS(MusgraveTextureNode) | ||||
| Context not available. | |||||