We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a8772 commit f1d6332Copy full SHA for f1d6332
1 file changed
main.ts
@@ -54,7 +54,7 @@ namespace polymesh {
54
export class ctc { constructor(public x: number, public y: number, public z: number, public c: number) { } }
55
56
export class cmesh {
57
- v: mesh
+ public v: mesh
58
59
constructor() {
60
this.v.cts = [{indices: [0,0,0], color: 0}]
0 commit comments