MCPcopy Create free account
hub / github.com/brenocq/implot3d / Init

Method Init

implot3d_items.cpp:550–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 : RendererBase(getter.Count / 3, 3, 3), Getter(getter), ColGetter(col_getter) {}
549
550 void Init(ImDrawList3D& draw_list_3d) const { UV = draw_list_3d._SharedData->TexUvWhitePixel; }
551
552 IMPLOT3D_INLINE bool Render(ImDrawList3D& draw_list_3d, const ImPlot3DBox& cull_box, int prim) const {
553 ImPlot3DPoint p_plot[3];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected