|
@@ -594,23 +594,23 @@
|
|
|
}
|
|
|
|
|
|
if (this.isVerticesDataPresent(VertexBuffer.UV2Kind)) {
|
|
|
- serializationObject.uvs2 = this.getVerticesData(VertexBuffer.UV2Kind);
|
|
|
+ serializationObject.uv2s = this.getVerticesData(VertexBuffer.UV2Kind);
|
|
|
}
|
|
|
|
|
|
if (this.isVerticesDataPresent(VertexBuffer.UV3Kind)) {
|
|
|
- serializationObject.uvs3 = this.getVerticesData(VertexBuffer.UV3Kind);
|
|
|
+ serializationObject.uv3s = this.getVerticesData(VertexBuffer.UV3Kind);
|
|
|
}
|
|
|
|
|
|
if (this.isVerticesDataPresent(VertexBuffer.UV4Kind)) {
|
|
|
- serializationObject.uvs4 = this.getVerticesData(VertexBuffer.UV4Kind);
|
|
|
+ serializationObject.uv4s = this.getVerticesData(VertexBuffer.UV4Kind);
|
|
|
}
|
|
|
|
|
|
if (this.isVerticesDataPresent(VertexBuffer.UV5Kind)) {
|
|
|
- serializationObject.uvs5 = this.getVerticesData(VertexBuffer.UV5Kind);
|
|
|
+ serializationObject.uv5s = this.getVerticesData(VertexBuffer.UV5Kind);
|
|
|
}
|
|
|
|
|
|
if (this.isVerticesDataPresent(VertexBuffer.UV6Kind)) {
|
|
|
- serializationObject.uvs6 = this.getVerticesData(VertexBuffer.UV6Kind);
|
|
|
+ serializationObject.uv6s = this.getVerticesData(VertexBuffer.UV6Kind);
|
|
|
}
|
|
|
|
|
|
if (this.isVerticesDataPresent(VertexBuffer.ColorKind)) {
|