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

Method Init

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

Source from the content-addressed store, hash-verified

510 : RendererBase(getter.Count / 2, 6, 4), Getter(getter), ColGetter(col_getter), HalfWeight(ImMax(1.0f, weight) * 0.5f) {}
511
512 void Init(ImDrawList3D& draw_list_3d) const { GetLineRenderProps(draw_list_3d, HalfWeight, UV0, UV1); }
513
514 IMPLOT3D_INLINE bool Render(ImDrawList3D& draw_list_3d, const ImPlot3DBox& cull_box, int prim) const {
515 // Get the segment's endpoints in plot coordinates

Callers

nothing calls this directly

Calls 1

GetLineRenderPropsFunction · 0.85

Tested by

no test coverage detected