add BlockModel struct
This commit is contained in:
@@ -28,7 +28,7 @@ std::unique_ptr<Content> ContentBuilder::build() {
|
||||
// Generating runtime info
|
||||
def.rt.id = blockDefsIndices.size();
|
||||
def.rt.emissive = *reinterpret_cast<uint32_t*>(def.emission);
|
||||
def.rt.solid = def.model == BlockModelType::BLOCK;
|
||||
def.rt.solid = def.model.type == BlockModelType::BLOCK;
|
||||
def.rt.extended = def.size.x > 1 || def.size.y > 1 || def.size.z > 1;
|
||||
|
||||
const float EPSILON = 0.01f;
|
||||
|
||||
Reference in New Issue
Block a user