documentation for ImPlot3DFormatter? #149
-
|
Can someone please explain the parameters and return value for the ImPlot3DFormatter callback function? I didn't find an example that used it in the demo. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Have a look into "ImPlot", e.g. https://github.com/epezent/implot/blob/3da8bd34299965d3b0ab124df743fe3e076fa222/implot.h#L742
https://github.com/epezent/implot/blob/3da8bd34299965d3b0ab124df743fe3e076fa222/implot.cpp#L49:
|
Beta Was this translation helpful? Give feedback.
-
I really need to improve the documentation hahah sorry. I'll make sure to add a demo about it before the v0.3 release :) |
Beta Was this translation helpful? Give feedback.
Have a look into "ImPlot", e.g.
https://github.com/epezent/implot/blob/3da8bd34299965d3b0ab124df743fe3e076fa222/implot.h#L742
https://github.com/epezent/implot/blob/3da8bd34299965d3b0ab124df743fe3e076fa222/implot.cpp#L49: