TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
OnRender()
void TextureCoordinatesNode::OnRender
(
)
virtual
Implements
NodeEditorNode
.
Definition at line
28
of file
TextureCoordinatesNode.cpp
.
29
{
30
DrawHeader(
"Texture Coordinates"
);
31
ImGui::Dummy(ImVec2(150, 10));
32
ImGui::SameLine();
33
ImGui::Text(
"X"
);
34
outputPins[0]->Render();
35
ImGui::Dummy(ImVec2(150, 10));
36
ImGui::SameLine();
37
ImGui::Text(
"Y"
);
38
outputPins[1]->Render();
39
}
TextureCoordinatesNode
Generated on Thu Apr 7 2022 14:10:54 for TerraForge3D by
1.9.3