How to draw points with vsg::StateInfo? #733
Unanswered
redflare2023
asked this question in
Q&A
Replies: 1 comment
-
vsg::StateInfo if only for passing in state related settings to vsg::Builder::create*(geomInfo, stateInfo) methods, none of which support points, the available create methods are:
The Builder class is currently written just for creating primitive shapes not general purposes geometry creation. You will need to create your own geometry. The vsgPoints library has some examples of point rendering. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
whether can we draw point with vsg::StateInfo?
Beta Was this translation helpful? Give feedback.
All reactions