9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
Shape :: struct {
|
|
verts : [..]Vector4;
|
|
normals : [..]Vector4;
|
|
}
|
|
|
|
create_cube :: () {
|
|
|
|
}
|