MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawBillboard

Method DrawBillboard

include/Camera3D.hpp:113–116  ·  view source on GitHub ↗

* Draw a billboard texture. */

Source from the content-addressed store, hash-verified

111 * Draw a billboard texture.
112 */
113 void
114 DrawBillboard(const ::Texture2D& texture, ::Vector3 center, float size, ::Color tint = {255, 255, 255, 255}) const {
115 ::DrawBillboard(*this, texture, center, size, tint);
116 }
117
118 /**
119 * Draw a billboard texture defined by source.

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected