MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / CPSetColor

Method CPSetColor

Source/Editors/map_editor.cpp:1291–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291void MapEditor::CPSetColor(const vec3& color) {
1292 SendMessageToSelectedObjects(scenegraph_, OBJECT_MSG::SET_COLOR, &color);
1293}
1294
1295void MapEditor::UpdateCursor(const LineSegment& mouseray, GameCursor* cursor) {
1296 Collision mouseray_collision_selected =

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected