MCPcopy Create free account
hub / github.com/DavidColson/Polybox / BeginObject3D

Function BeginObject3D

source/graphics.cpp:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611// ***********************************************************************
612
613void BeginObject3D(EPrimitiveType type) {
614 // Set draw topology type
615 pRenderState->typeState = type;
616 pRenderState->mode = ERenderMode::Mode3D;
617}
618
619// ***********************************************************************
620

Callers 3

DrawBoxFunction · 0.85
DrawIcosahedronFunction · 0.85
LuaBeginObject3DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected