TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ BakeToSlotNode()

BakeToSlotNode::BakeToSlotNode ( GLSLHandler handler)

Definition at line 67 of file BakeToSlotNode.cpp.

68 :SNENode(handler)
69{
70 name = "Bake To Slot";
71 slot = 1;
72 headerColor = ImColor(SHADER_VALUE_NODE_COLOR);
73 outputPins.push_back(new SNEPin(NodeEditorPinType::Output, SNEPinType::SNEPinType_Float3));
74 inputPins.push_back(new SNEPin(NodeEditorPinType::Input, SNEPinType::SNEPinType_Float3));
75}