Skip to content

Commit 37fe85d

Browse files
committed
Close #101
1 parent b85928d commit 37fe85d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

bookcontents/chapter-08/chapter-08.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -425,17 +425,6 @@ public record ModelData(String id, List<MeshData> meshes, String vtxPath, String
425425
}
426426
```
427427

428-
We will create also a new class to serialize and deserialize material information named `MaterialData`:
429-
430-
```java
431-
package org.vulkanb.eng.model;
432-
433-
import java.util.List;
434-
435-
public record ModelData(String id, List<MeshData> meshes, String vtxPath, String idxPath) {
436-
}
437-
```
438-
439428
Finally, we will create an utility class, to load and deserialize preprocessed models and material files:
440429

441430
```java

0 commit comments

Comments
 (0)