Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OfficialCodeNoodles/2D-Minecraft
/ Segment
Method
Segment
2D Minecraft v 1.0/src/entity/Model.cpp:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
namespace engine {
5
Model::Segment::Segment() :
6
textureIndex(0),
7
rotation(0.0f),
8
color(gs::Color::White)
9
{
10
}
11
12
Model::Model() {
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected