Skip to content

[Bug Report] Chapter 8 Duplicate MaterialData Description #101

@Rusettsten

Description

@Rusettsten

The book portion of Chapter 8 lists MaterialData as what is below, after describing an update for ModelData

package org.vulkanb.eng.model;

import java.util.List;

public record ModelData(String id, List<MeshData> meshes, String vtxPath, String idxPath) {
}

When it should be listed as blank since MaterialData is described earlier in the chapter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions