|
@@ -4,6 +4,7 @@ public final class BigSceneProto {
|
|
private BigSceneProto() {}
|
|
private BigSceneProto() {}
|
|
public static void registerAllExtensions(
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
|
|
+ throw new UnsupportedOperationException();
|
|
}
|
|
}
|
|
public interface binary_meshOrBuilder extends
|
|
public interface binary_meshOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:tutorial.binary_mesh)
|
|
// @@protoc_insertion_point(interface_extends:tutorial.binary_mesh)
|
|
@@ -25,8 +26,8 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
*/
|
|
*/
|
|
- java.util.List<? extends chunk_simpleOrBuilder>
|
|
|
|
- getChunkOrBuilderList();
|
|
|
|
|
|
+// java.util.List<? extends chunk_simpleOrBuilder>
|
|
|
|
+// getChunkOrBuilderList();
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
*/
|
|
*/
|
|
@@ -49,8 +50,8 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
*/
|
|
*/
|
|
- java.util.List<? extends chunk_quantizedOrBuilder>
|
|
|
|
- getQuantizedChunkOrBuilderList();
|
|
|
|
|
|
+// java.util.List<? extends chunk_quantizedOrBuilder>
|
|
|
|
+// getQuantizedChunkOrBuilderList();
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
*/
|
|
*/
|
|
@@ -102,13 +103,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 10: {
|
|
case 10: {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
chunk_ = new java.util.ArrayList<chunk_simple>();
|
|
chunk_ = new java.util.ArrayList<chunk_simple>();
|
|
@@ -125,6 +119,13 @@ public final class BigSceneProto {
|
|
quantizedChunk_.add(input.readMessage(chunk_quantized.PARSER, extensionRegistry));
|
|
quantizedChunk_.add(input.readMessage(chunk_quantized.PARSER, extensionRegistry));
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -181,10 +182,10 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
*/
|
|
*/
|
|
- public java.util.List<? extends chunk_simpleOrBuilder>
|
|
|
|
- getChunkOrBuilderList() {
|
|
|
|
- return chunk_;
|
|
|
|
- }
|
|
|
|
|
|
+// public java.util.List<? extends chunk_simpleOrBuilder>
|
|
|
|
+// getChunkOrBuilderList() {
|
|
|
|
+// return chunk_;
|
|
|
|
+// }
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
*/
|
|
*/
|
|
@@ -216,10 +217,10 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
*/
|
|
*/
|
|
- public java.util.List<? extends chunk_quantizedOrBuilder>
|
|
|
|
- getQuantizedChunkOrBuilderList() {
|
|
|
|
- return quantizedChunk_;
|
|
|
|
- }
|
|
|
|
|
|
+// public java.util.List<? extends chunk_quantizedOrBuilder>
|
|
|
|
+// getQuantizedChunkOrBuilderList() {
|
|
|
|
+// return quantizedChunk_;
|
|
|
|
+// }
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
*/
|
|
*/
|
|
@@ -414,9 +415,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -745,14 +746,14 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
*/
|
|
*/
|
|
- public java.util.List<? extends chunk_simpleOrBuilder>
|
|
|
|
- getChunkOrBuilderList() {
|
|
|
|
- if (chunkBuilder_ != null) {
|
|
|
|
- return chunkBuilder_.getMessageOrBuilderList();
|
|
|
|
- } else {
|
|
|
|
- return java.util.Collections.unmodifiableList(chunk_);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+// public java.util.List<? extends chunk_simpleOrBuilder>
|
|
|
|
+// getChunkOrBuilderList() {
|
|
|
|
+// if (chunkBuilder_ != null) {
|
|
|
|
+// return chunkBuilder_.getMessageOrBuilderList();
|
|
|
|
+// } else {
|
|
|
|
+// return java.util.Collections.unmodifiableList(chunk_);
|
|
|
|
+// }
|
|
|
|
+// }
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
* <code>repeated .tutorial.chunk_simple chunk = 1;</code>
|
|
*/
|
|
*/
|
|
@@ -985,14 +986,14 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
*/
|
|
*/
|
|
- public java.util.List<? extends chunk_quantizedOrBuilder>
|
|
|
|
- getQuantizedChunkOrBuilderList() {
|
|
|
|
- if (quantizedChunkBuilder_ != null) {
|
|
|
|
- return quantizedChunkBuilder_.getMessageOrBuilderList();
|
|
|
|
- } else {
|
|
|
|
- return java.util.Collections.unmodifiableList(quantizedChunk_);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+// public java.util.List<? extends chunk_quantizedOrBuilder>
|
|
|
|
+// getQuantizedChunkOrBuilderList() {
|
|
|
|
+// if (quantizedChunkBuilder_ != null) {
|
|
|
|
+// return quantizedChunkBuilder_.getMessageOrBuilderList();
|
|
|
|
+// } else {
|
|
|
|
+// return java.util.Collections.unmodifiableList(quantizedChunk_);
|
|
|
|
+// }
|
|
|
|
+// }
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
* <code>repeated .tutorial.chunk_quantized quantized_chunk = 2;</code>
|
|
*/
|
|
*/
|
|
@@ -1144,13 +1145,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 13: {
|
|
case 13: {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
xyz_ = new java.util.ArrayList<Float>();
|
|
xyz_ = new java.util.ArrayList<Float>();
|
|
@@ -1193,6 +1187,13 @@ public final class BigSceneProto {
|
|
input.popLimit(limit);
|
|
input.popLimit(limit);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -1498,9 +1499,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -1871,13 +1872,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 8: {
|
|
case 8: {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
faces_ = new java.util.ArrayList<Integer>();
|
|
faces_ = new java.util.ArrayList<Integer>();
|
|
@@ -1899,6 +1893,13 @@ public final class BigSceneProto {
|
|
input.popLimit(limit);
|
|
input.popLimit(limit);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -2148,9 +2149,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -2442,13 +2443,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 10: {
|
|
case 10: {
|
|
vertices_simple.Builder subBuilder = null;
|
|
vertices_simple.Builder subBuilder = null;
|
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
|
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
|
@@ -2487,6 +2481,13 @@ public final class BigSceneProto {
|
|
materialName_ = bs;
|
|
materialName_ = bs;
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -2852,9 +2853,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -3469,13 +3470,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 13: {
|
|
case 13: {
|
|
bitField0_ |= 0x00000001;
|
|
bitField0_ |= 0x00000001;
|
|
quantization_ = input.readFloat();
|
|
quantization_ = input.readFloat();
|
|
@@ -3565,6 +3559,13 @@ public final class BigSceneProto {
|
|
input.popLimit(limit);
|
|
input.popLimit(limit);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -3965,9 +3966,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -4505,13 +4506,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 10: {
|
|
case 10: {
|
|
com.google.protobuf.ByteString bs = input.readBytes();
|
|
com.google.protobuf.ByteString bs = input.readBytes();
|
|
bitField0_ |= 0x00000001;
|
|
bitField0_ |= 0x00000001;
|
|
@@ -4565,6 +4559,13 @@ public final class BigSceneProto {
|
|
input.popLimit(limit);
|
|
input.popLimit(limit);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -4926,9 +4927,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -5369,13 +5370,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 8: {
|
|
case 8: {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
|
faces_ = new java.util.ArrayList<Integer>();
|
|
faces_ = new java.util.ArrayList<Integer>();
|
|
@@ -5397,6 +5391,13 @@ public final class BigSceneProto {
|
|
input.popLimit(limit);
|
|
input.popLimit(limit);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -5646,9 +5647,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -5893,8 +5894,8 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
*/
|
|
*/
|
|
- java.util.List<? extends uv_quantizedOrBuilder>
|
|
|
|
- getUvsOrBuilderList();
|
|
|
|
|
|
+// java.util.List<? extends uv_quantizedOrBuilder>
|
|
|
|
+// getUvsOrBuilderList();
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
*/
|
|
*/
|
|
@@ -5959,13 +5960,6 @@ public final class BigSceneProto {
|
|
case 0:
|
|
case 0:
|
|
done = true;
|
|
done = true;
|
|
break;
|
|
break;
|
|
- default: {
|
|
|
|
- if (!parseUnknownField(input, unknownFields,
|
|
|
|
- extensionRegistry, tag)) {
|
|
|
|
- done = true;
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
case 10: {
|
|
case 10: {
|
|
com.google.protobuf.ByteString bs = input.readBytes();
|
|
com.google.protobuf.ByteString bs = input.readBytes();
|
|
bitField0_ |= 0x00000001;
|
|
bitField0_ |= 0x00000001;
|
|
@@ -6012,6 +6006,13 @@ public final class BigSceneProto {
|
|
bitField0_ |= 0x00000008;
|
|
bitField0_ |= 0x00000008;
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ default: {
|
|
|
|
+ if (!parseUnknownField(input, unknownFields,
|
|
|
|
+ extensionRegistry, tag)) {
|
|
|
|
+ done = true;
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
@@ -6171,10 +6172,10 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
*/
|
|
*/
|
|
- public java.util.List<? extends uv_quantizedOrBuilder>
|
|
|
|
- getUvsOrBuilderList() {
|
|
|
|
- return uvs_;
|
|
|
|
- }
|
|
|
|
|
|
+// public java.util.List<? extends uv_quantizedOrBuilder>
|
|
|
|
+// getUvsOrBuilderList() {
|
|
|
|
+// return uvs_;
|
|
|
|
+// }
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
*/
|
|
*/
|
|
@@ -6425,9 +6426,9 @@ public final class BigSceneProto {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- public Builder clone() {
|
|
|
|
- return create().mergeFrom(buildPartial());
|
|
|
|
- }
|
|
|
|
|
|
+// public Builder clone() {
|
|
|
|
+// return create().mergeFrom(buildPartial());
|
|
|
|
+// }
|
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
getDescriptorForType() {
|
|
@@ -7031,14 +7032,14 @@ public final class BigSceneProto {
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
*/
|
|
*/
|
|
- public java.util.List<? extends uv_quantizedOrBuilder>
|
|
|
|
- getUvsOrBuilderList() {
|
|
|
|
- if (uvsBuilder_ != null) {
|
|
|
|
- return uvsBuilder_.getMessageOrBuilderList();
|
|
|
|
- } else {
|
|
|
|
- return java.util.Collections.unmodifiableList(uvs_);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+// public java.util.List<? extends uv_quantizedOrBuilder>
|
|
|
|
+// getUvsOrBuilderList() {
|
|
|
|
+// if (uvsBuilder_ != null) {
|
|
|
|
+// return uvsBuilder_.getMessageOrBuilderList();
|
|
|
|
+// } else {
|
|
|
|
+// return java.util.Collections.unmodifiableList(uvs_);
|
|
|
|
+// }
|
|
|
|
+// }
|
|
/**
|
|
/**
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
* <code>repeated .tutorial.uv_quantized uvs = 4;</code>
|
|
*/
|
|
*/
|
|
@@ -7250,6 +7251,9 @@ public final class BigSceneProto {
|
|
}
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
descriptor;
|
|
|
|
+
|
|
|
|
+ private static String FACES_KEY = "Faces";
|
|
|
|
+
|
|
static {
|
|
static {
|
|
String[] descriptorData = {
|
|
String[] descriptorData = {
|
|
"\n\016bigscene.proto\022\010tutorial\"h\n\013binary_mes" +
|
|
"\n\016bigscene.proto\022\010tutorial\"h\n\013binary_mes" +
|
|
@@ -7303,13 +7307,13 @@ public final class BigSceneProto {
|
|
internal_static_tutorial_faces_simple_fieldAccessorTable = new
|
|
internal_static_tutorial_faces_simple_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
internal_static_tutorial_faces_simple_descriptor,
|
|
internal_static_tutorial_faces_simple_descriptor,
|
|
- new String[] { "Faces", });
|
|
|
|
|
|
+ new String[] { FACES_KEY, });
|
|
internal_static_tutorial_chunk_simple_descriptor =
|
|
internal_static_tutorial_chunk_simple_descriptor =
|
|
getDescriptor().getMessageTypes().get(3);
|
|
getDescriptor().getMessageTypes().get(3);
|
|
internal_static_tutorial_chunk_simple_fieldAccessorTable = new
|
|
internal_static_tutorial_chunk_simple_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
internal_static_tutorial_chunk_simple_descriptor,
|
|
internal_static_tutorial_chunk_simple_descriptor,
|
|
- new String[] { "Vertices", "Faces", "ChunkName", "MaterialName", });
|
|
|
|
|
|
+ new String[] { "Vertices", FACES_KEY, "ChunkName", "MaterialName", });
|
|
internal_static_tutorial_vertices_quantized_descriptor =
|
|
internal_static_tutorial_vertices_quantized_descriptor =
|
|
getDescriptor().getMessageTypes().get(4);
|
|
getDescriptor().getMessageTypes().get(4);
|
|
internal_static_tutorial_vertices_quantized_fieldAccessorTable = new
|
|
internal_static_tutorial_vertices_quantized_fieldAccessorTable = new
|
|
@@ -7327,13 +7331,13 @@ public final class BigSceneProto {
|
|
internal_static_tutorial_faces_compressed_fieldAccessorTable = new
|
|
internal_static_tutorial_faces_compressed_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
internal_static_tutorial_faces_compressed_descriptor,
|
|
internal_static_tutorial_faces_compressed_descriptor,
|
|
- new String[] { "Faces", });
|
|
|
|
|
|
+ new String[] { FACES_KEY, });
|
|
internal_static_tutorial_chunk_quantized_descriptor =
|
|
internal_static_tutorial_chunk_quantized_descriptor =
|
|
getDescriptor().getMessageTypes().get(7);
|
|
getDescriptor().getMessageTypes().get(7);
|
|
internal_static_tutorial_chunk_quantized_fieldAccessorTable = new
|
|
internal_static_tutorial_chunk_quantized_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
internal_static_tutorial_chunk_quantized_descriptor,
|
|
internal_static_tutorial_chunk_quantized_descriptor,
|
|
- new String[] { "ChunkName", "MaterialName", "Vertices", "Uvs", "Faces", });
|
|
|
|
|
|
+ new String[] { "ChunkName", "MaterialName", "Vertices", "Uvs", FACES_KEY, });
|
|
}
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
// @@protoc_insertion_point(outer_class_scope)
|