TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
NodeInputParam()
[2/2]
NodeInputParam::NodeInputParam
(
float *
pos
,
float *
texCoord
,
float *
minPos
,
float *
maxPos
)
Definition at line
655
of file
NodeEditor.cpp
.
656
{
657
x = pos[0];
658
y = pos[1];
659
z = pos[2];
660
texX = texCoord[0];
661
texY = texCoord[1];
662
minX = minPos[0];
663
minY = minPos[1];
664
minZ = minPos[2];
665
maxX = maxPos[0];
666
maxY = maxPos[1];
667
maxZ = maxPos[2];
668
}
NodeInputParam
Generated on Thu Apr 7 2022 14:10:53 for TerraForge3D by
1.9.3