MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ PointNode() [1/3]

MayaFlux::Nodes::GpuSync::PointNode::PointNode ( )

Create point at origin.

Definition at line 6 of file PointNode.cpp.

7 : PointNode(PointVertex { .position = glm::vec3(0.0F), .color = glm::vec3(1.0F), .size = 10.0F })
8{
9}
PointNode()
Create point at origin.
Definition PointNode.cpp:6