Deobfuscate more packages

This commit is contained in:
Pyogenics
2025-05-10 14:35:57 +01:00
parent c9a017270b
commit 84fe7c0bf0
358 changed files with 17206 additions and 15931 deletions

View File

@@ -19,17 +19,17 @@ package _codec.versions.version1.a3d
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_359:ICodec;
private var §_-EA§:ICodec;
private var var_419:ICodec;
private var §_-PA§:ICodec;
private var var_363:ICodec;
private var §_-Sd§:ICodec;
private var var_365:ICodec;
private var §_-dB§:ICodec;
private var var_354:ICodec;
private var §_-77§:ICodec;
private var var_351:ICodec;
private var §_-1x§:ICodec;
public function CodecA3D()
{
@@ -38,28 +38,28 @@ package _codec.versions.version1.a3d
public function init(protocol:IProtocol) : void
{
this.var_359 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DBox,false),true,1));
this.var_419 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DGeometry,false),true,1));
this.var_363 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DImage,false),true,1));
this.var_365 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DMap,false),true,1));
this.var_354 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DMaterial,false),true,1));
this.var_351 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DObject,false),true,1));
this.§_-EA§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DBox,false),true,1));
this.§_-PA§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DGeometry,false),true,1));
this.§_-Sd§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DImage,false),true,1));
this.§_-dB§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DMap,false),true,1));
this.§_-77§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DMaterial,false),true,1));
this.§_-1x§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DObject,false),true,1));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_boxes:Vector.<A3DBox> = this.var_359.decode(protocolBuffer) as Vector.<A3DBox>;
var value_boxes:Vector.<A3DBox> = this.§_-EA§.decode(protocolBuffer) as Vector.<A3DBox>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.A3D","boxes",value_boxes);
var value_geometries:Vector.<A3DGeometry> = this.var_419.decode(protocolBuffer) as Vector.<A3DGeometry>;
var value_geometries:Vector.<A3DGeometry> = this.§_-PA§.decode(protocolBuffer) as Vector.<A3DGeometry>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.A3D","geometries",value_geometries);
var value_images:Vector.<A3DImage> = this.var_363.decode(protocolBuffer) as Vector.<A3DImage>;
var value_images:Vector.<A3DImage> = this.§_-Sd§.decode(protocolBuffer) as Vector.<A3DImage>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.A3D","images",value_images);
var value_maps:Vector.<A3DMap> = this.var_365.decode(protocolBuffer) as Vector.<A3DMap>;
var value_maps:Vector.<A3DMap> = this.§_-dB§.decode(protocolBuffer) as Vector.<A3DMap>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.A3D","maps",value_maps);
var value_materials:Vector.<A3DMaterial> = this.var_354.decode(protocolBuffer) as Vector.<A3DMaterial>;
var value_materials:Vector.<A3DMaterial> = this.§_-77§.decode(protocolBuffer) as Vector.<A3DMaterial>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.A3D","materials",value_materials);
var value_objects:Vector.<A3DObject> = this.var_351.decode(protocolBuffer) as Vector.<A3DObject>;
var value_objects:Vector.<A3DObject> = this.§_-1x§.decode(protocolBuffer) as Vector.<A3DObject>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.A3D","objects",value_objects);
return new A3D(value_boxes,value_geometries,value_images,value_maps,value_materials,value_objects);
}
@@ -71,12 +71,12 @@ package _codec.versions.version1.a3d
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3D = A3D(object);
this.var_359.encode(protocolBuffer,struct.boxes);
this.var_419.encode(protocolBuffer,struct.geometries);
this.var_363.encode(protocolBuffer,struct.images);
this.var_365.encode(protocolBuffer,struct.maps);
this.var_354.encode(protocolBuffer,struct.materials);
this.var_351.encode(protocolBuffer,struct.objects);
this.§_-EA§.encode(protocolBuffer,struct.boxes);
this.§_-PA§.encode(protocolBuffer,struct.geometries);
this.§_-Sd§.encode(protocolBuffer,struct.images);
this.§_-dB§.encode(protocolBuffer,struct.maps);
this.§_-77§.encode(protocolBuffer,struct.materials);
this.§_-1x§.encode(protocolBuffer,struct.objects);
}
}
}

View File

@@ -16,11 +16,11 @@ package _codec.versions.version1.a3d.geometry
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_243:ICodec;
private var §_-2o§:ICodec;
private var var_275:ICodec;
private var §_-XF§:ICodec;
private var var_250:ICodec;
private var §_-U9§:ICodec;
public function CodecA3DGeometry()
{
@@ -29,19 +29,19 @@ package _codec.versions.version1.a3d.geometry
public function init(protocol:IProtocol) : void
{
this.var_243 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_275 = protocol.getCodec(new TypeCodecInfo(A3DIndexBuffer,true));
this.var_250 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DVertexBuffer,false),true,1));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-XF§ = protocol.getCodec(new TypeCodecInfo(A3DIndexBuffer,true));
this.§_-U9§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DVertexBuffer,false),true,1));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_id:Id = this.var_243.decode(protocolBuffer) as Id;
var value_id:Id = this.§_-2o§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DGeometry","id",value_id);
var value_indexBuffer:A3DIndexBuffer = this.var_275.decode(protocolBuffer) as A3DIndexBuffer;
var value_indexBuffer:A3DIndexBuffer = this.§_-XF§.decode(protocolBuffer) as A3DIndexBuffer;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DGeometry","indexBuffer",value_indexBuffer);
var value_vertexBuffers:Vector.<A3DVertexBuffer> = this.var_250.decode(protocolBuffer) as Vector.<A3DVertexBuffer>;
var value_vertexBuffers:Vector.<A3DVertexBuffer> = this.§_-U9§.decode(protocolBuffer) as Vector.<A3DVertexBuffer>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DGeometry","vertexBuffers",value_vertexBuffers);
return new A3DGeometry(value_id,value_indexBuffer,value_vertexBuffers);
}
@@ -53,9 +53,9 @@ package _codec.versions.version1.a3d.geometry
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DGeometry = A3DGeometry(object);
this.var_243.encode(protocolBuffer,struct.id);
this.var_275.encode(protocolBuffer,struct.indexBuffer);
this.var_250.encode(protocolBuffer,struct.vertexBuffers);
this.§_-2o§.encode(protocolBuffer,struct.id);
this.§_-XF§.encode(protocolBuffer,struct.indexBuffer);
this.§_-U9§.encode(protocolBuffer,struct.vertexBuffers);
}
}
}

View File

@@ -13,9 +13,9 @@ package _codec.versions.version1.a3d.geometry
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_240:ICodec;
private var §_-GN§:ICodec;
private var var_308:ICodec;
private var §_-mz§:ICodec;
public function CodecA3DIndexBuffer()
{
@@ -24,16 +24,16 @@ package _codec.versions.version1.a3d.geometry
public function init(protocol:IProtocol) : void
{
this.var_240 = protocol.getCodec(new TypeCodecInfo(ByteArray,true));
this.var_308 = protocol.getCodec(new TypeCodecInfo(int,false));
this.§_-GN§ = protocol.getCodec(new TypeCodecInfo(ByteArray,true));
this.§_-mz§ = protocol.getCodec(new TypeCodecInfo(int,false));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_byteBuffer:ByteArray = this.var_240.decode(protocolBuffer) as ByteArray;
var value_byteBuffer:ByteArray = this.§_-GN§.decode(protocolBuffer) as ByteArray;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DIndexBuffer","byteBuffer",value_byteBuffer);
var value_indexCount:int = int(this.var_308.decode(protocolBuffer) as int);
var value_indexCount:int = int(this.§_-mz§.decode(protocolBuffer) as int);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DIndexBuffer","indexCount",value_indexCount);
return new A3DIndexBuffer(value_byteBuffer,value_indexCount);
}
@@ -45,8 +45,8 @@ package _codec.versions.version1.a3d.geometry
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DIndexBuffer = A3DIndexBuffer(object);
this.var_240.encode(protocolBuffer,struct.byteBuffer);
this.var_308.encode(protocolBuffer,struct.indexCount);
this.§_-GN§.encode(protocolBuffer,struct.byteBuffer);
this.§_-mz§.encode(protocolBuffer,struct.indexCount);
}
}
}

View File

@@ -16,11 +16,11 @@ package _codec.versions.version1.a3d.geometry
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_241:ICodec;
private var §_-Lj§:ICodec;
private var var_240:ICodec;
private var §_-GN§:ICodec;
private var var_242:ICodec;
private var §_-hc§:ICodec;
public function CodecA3DVertexBuffer()
{
@@ -29,19 +29,19 @@ package _codec.versions.version1.a3d.geometry
public function init(protocol:IProtocol) : void
{
this.var_241 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(Byte,false),true,1));
this.var_240 = protocol.getCodec(new TypeCodecInfo(ByteArray,true));
this.var_242 = protocol.getCodec(new TypeCodecInfo(UShort,false));
this.§_-Lj§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(Byte,false),true,1));
this.§_-GN§ = protocol.getCodec(new TypeCodecInfo(ByteArray,true));
this.§_-hc§ = protocol.getCodec(new TypeCodecInfo(UShort,false));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_attributes:Vector.<int> = this.var_241.decode(protocolBuffer) as Vector.<int>;
var value_attributes:Vector.<int> = this.§_-Lj§.decode(protocolBuffer) as Vector.<int>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DVertexBuffer","attributes",value_attributes);
var value_byteBuffer:ByteArray = this.var_240.decode(protocolBuffer) as ByteArray;
var value_byteBuffer:ByteArray = this.§_-GN§.decode(protocolBuffer) as ByteArray;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DVertexBuffer","byteBuffer",value_byteBuffer);
var value_vertexCount:uint = uint(this.var_242.decode(protocolBuffer) as uint);
var value_vertexCount:uint = uint(this.§_-hc§.decode(protocolBuffer) as uint);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.geometry.A3DVertexBuffer","vertexCount",value_vertexCount);
return new A3DVertexBuffer(value_attributes,value_byteBuffer,value_vertexCount);
}
@@ -53,9 +53,9 @@ package _codec.versions.version1.a3d.geometry
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DVertexBuffer = A3DVertexBuffer(object);
this.var_241.encode(protocolBuffer,struct.attributes);
this.var_240.encode(protocolBuffer,struct.byteBuffer);
this.var_242.encode(protocolBuffer,struct.vertexCount);
this.§_-Lj§.encode(protocolBuffer,struct.attributes);
this.§_-GN§.encode(protocolBuffer,struct.byteBuffer);
this.§_-hc§.encode(protocolBuffer,struct.vertexCount);
}
}
}

View File

@@ -12,7 +12,7 @@ package _codec.versions.version1.a3d.id
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_243:ICodec;
private var §_-2o§:ICodec;
public function CodecParentId()
{
@@ -21,13 +21,13 @@ package _codec.versions.version1.a3d.id
public function init(protocol:IProtocol) : void
{
this.var_243 = protocol.getCodec(new TypeCodecInfo(uint,false));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(uint,false));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_id:uint = uint(this.var_243.decode(protocolBuffer) as uint);
var value_id:uint = uint(this.§_-2o§.decode(protocolBuffer) as uint);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.id.ParentId","id",value_id);
return new ParentId(value_id);
}
@@ -39,7 +39,7 @@ package _codec.versions.version1.a3d.id
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:ParentId = ParentId(object);
this.var_243.encode(protocolBuffer,struct.id);
this.§_-2o§.encode(protocolBuffer,struct.id);
}
}
}

View File

@@ -13,9 +13,9 @@ package _codec.versions.version1.a3d.materials
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_243:ICodec;
private var §_-2o§:ICodec;
private var var_307:ICodec;
private var §_-aV§:ICodec;
public function CodecA3DImage()
{
@@ -24,16 +24,16 @@ package _codec.versions.version1.a3d.materials
public function init(protocol:IProtocol) : void
{
this.var_243 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_307 = protocol.getCodec(new TypeCodecInfo(String,true));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-aV§ = protocol.getCodec(new TypeCodecInfo(String,true));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_id:Id = this.var_243.decode(protocolBuffer) as Id;
var value_id:Id = this.§_-2o§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DImage","id",value_id);
var value_url:String = this.var_307.decode(protocolBuffer) as String;
var value_url:String = this.§_-aV§.decode(protocolBuffer) as String;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DImage","url",value_url);
return new A3DImage(value_id,value_url);
}
@@ -45,8 +45,8 @@ package _codec.versions.version1.a3d.materials
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DImage = A3DImage(object);
this.var_243.encode(protocolBuffer,struct.id);
this.var_307.encode(protocolBuffer,struct.url);
this.§_-2o§.encode(protocolBuffer,struct.id);
this.§_-aV§.encode(protocolBuffer,struct.url);
}
}
}

View File

@@ -15,19 +15,19 @@ package _codec.versions.version1.a3d.materials
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_322:ICodec;
private var §_-mC§:ICodec;
private var var_243:ICodec;
private var §_-2o§:ICodec;
private var var_321:ICodec;
private var §_-2N§:ICodec;
private var var_407:ICodec;
private var §_-K5§:ICodec;
private var var_408:ICodec;
private var §_-Q5§:ICodec;
private var var_409:ICodec;
private var §_-WH§:ICodec;
private var var_410:ICodec;
private var §_-kh§:ICodec;
public function CodecA3DMap()
{
@@ -36,31 +36,31 @@ package _codec.versions.version1.a3d.materials
public function init(protocol:IProtocol) : void
{
this.var_322 = protocol.getCodec(new TypeCodecInfo(UShort,false));
this.var_243 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_321 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_407 = protocol.getCodec(new TypeCodecInfo(Float,true));
this.var_408 = protocol.getCodec(new TypeCodecInfo(Float,true));
this.var_409 = protocol.getCodec(new TypeCodecInfo(Float,true));
this.var_410 = protocol.getCodec(new TypeCodecInfo(Float,true));
this.§_-mC§ = protocol.getCodec(new TypeCodecInfo(UShort,false));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-2N§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-K5§ = protocol.getCodec(new TypeCodecInfo(Float,true));
this.§_-Q5§ = protocol.getCodec(new TypeCodecInfo(Float,true));
this.§_-WH§ = protocol.getCodec(new TypeCodecInfo(Float,true));
this.§_-kh§ = protocol.getCodec(new TypeCodecInfo(Float,true));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_channel:uint = uint(this.var_322.decode(protocolBuffer) as uint);
var value_channel:uint = uint(this.§_-mC§.decode(protocolBuffer) as uint);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","channel",value_channel);
var value_id:Id = this.var_243.decode(protocolBuffer) as Id;
var value_id:Id = this.§_-2o§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","id",value_id);
var value_imageId:Id = this.var_321.decode(protocolBuffer) as Id;
var value_imageId:Id = this.§_-2N§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","imageId",value_imageId);
var value_uOffset:Number = Number(this.var_407.decode(protocolBuffer) as Number);
var value_uOffset:Number = Number(this.§_-K5§.decode(protocolBuffer) as Number);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","uOffset",value_uOffset);
var value_uScale:Number = Number(this.var_408.decode(protocolBuffer) as Number);
var value_uScale:Number = Number(this.§_-Q5§.decode(protocolBuffer) as Number);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","uScale",value_uScale);
var value_vOffset:Number = Number(this.var_409.decode(protocolBuffer) as Number);
var value_vOffset:Number = Number(this.§_-WH§.decode(protocolBuffer) as Number);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","vOffset",value_vOffset);
var value_vScale:Number = Number(this.var_410.decode(protocolBuffer) as Number);
var value_vScale:Number = Number(this.§_-kh§.decode(protocolBuffer) as Number);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMap","vScale",value_vScale);
return new A3DMap(value_channel,value_id,value_imageId,value_uOffset,value_uScale,value_vOffset,value_vScale);
}
@@ -72,13 +72,13 @@ package _codec.versions.version1.a3d.materials
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DMap = A3DMap(object);
this.var_322.encode(protocolBuffer,struct.channel);
this.var_243.encode(protocolBuffer,struct.id);
this.var_321.encode(protocolBuffer,struct.imageId);
this.var_407.encode(protocolBuffer,struct.uOffset);
this.var_408.encode(protocolBuffer,struct.uScale);
this.var_409.encode(protocolBuffer,struct.vOffset);
this.var_410.encode(protocolBuffer,struct.vScale);
this.§_-mC§.encode(protocolBuffer,struct.channel);
this.§_-2o§.encode(protocolBuffer,struct.id);
this.§_-2N§.encode(protocolBuffer,struct.imageId);
this.§_-K5§.encode(protocolBuffer,struct.uOffset);
this.§_-Q5§.encode(protocolBuffer,struct.uScale);
this.§_-WH§.encode(protocolBuffer,struct.vOffset);
this.§_-kh§.encode(protocolBuffer,struct.vScale);
}
}
}

View File

@@ -13,19 +13,19 @@ package _codec.versions.version1.a3d.materials
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_381:ICodec;
private var §_-9A§:ICodec;
private var var_386:ICodec;
private var §_-hw§:ICodec;
private var var_243:ICodec;
private var §_-2o§:ICodec;
private var var_384:ICodec;
private var §_-Hu§:ICodec;
private var var_383:ICodec;
private var §_-GK§:ICodec;
private var var_385:ICodec;
private var §_-LZ§:ICodec;
private var var_382:ICodec;
private var §_-FU§:ICodec;
public function CodecA3DMaterial()
{
@@ -34,31 +34,31 @@ package _codec.versions.version1.a3d.materials
public function init(protocol:IProtocol) : void
{
this.var_381 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_386 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_243 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_384 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_383 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_385 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_382 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-9A§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-hw§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-Hu§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-GK§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-LZ§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-FU§ = protocol.getCodec(new TypeCodecInfo(Id,true));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_diffuseMapId:Id = this.var_381.decode(protocolBuffer) as Id;
var value_diffuseMapId:Id = this.§_-9A§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","diffuseMapId",value_diffuseMapId);
var value_glossinessMapId:Id = this.var_386.decode(protocolBuffer) as Id;
var value_glossinessMapId:Id = this.§_-hw§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","glossinessMapId",value_glossinessMapId);
var value_id:Id = this.var_243.decode(protocolBuffer) as Id;
var value_id:Id = this.§_-2o§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","id",value_id);
var value_lightMapId:Id = this.var_384.decode(protocolBuffer) as Id;
var value_lightMapId:Id = this.§_-Hu§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","lightMapId",value_lightMapId);
var value_normalMapId:Id = this.var_383.decode(protocolBuffer) as Id;
var value_normalMapId:Id = this.§_-GK§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","normalMapId",value_normalMapId);
var value_opacityMapId:Id = this.var_385.decode(protocolBuffer) as Id;
var value_opacityMapId:Id = this.§_-LZ§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","opacityMapId",value_opacityMapId);
var value_specularMapId:Id = this.var_382.decode(protocolBuffer) as Id;
var value_specularMapId:Id = this.§_-FU§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.materials.A3DMaterial","specularMapId",value_specularMapId);
return new A3DMaterial(value_diffuseMapId,value_glossinessMapId,value_id,value_lightMapId,value_normalMapId,value_opacityMapId,value_specularMapId);
}
@@ -70,13 +70,13 @@ package _codec.versions.version1.a3d.materials
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DMaterial = A3DMaterial(object);
this.var_381.encode(protocolBuffer,struct.diffuseMapId);
this.var_386.encode(protocolBuffer,struct.glossinessMapId);
this.var_243.encode(protocolBuffer,struct.id);
this.var_384.encode(protocolBuffer,struct.lightMapId);
this.var_383.encode(protocolBuffer,struct.normalMapId);
this.var_385.encode(protocolBuffer,struct.opacityMapId);
this.var_382.encode(protocolBuffer,struct.specularMapId);
this.§_-9A§.encode(protocolBuffer,struct.diffuseMapId);
this.§_-hw§.encode(protocolBuffer,struct.glossinessMapId);
this.§_-2o§.encode(protocolBuffer,struct.id);
this.§_-Hu§.encode(protocolBuffer,struct.lightMapId);
this.§_-GK§.encode(protocolBuffer,struct.normalMapId);
this.§_-LZ§.encode(protocolBuffer,struct.opacityMapId);
this.§_-FU§.encode(protocolBuffer,struct.specularMapId);
}
}
}

View File

@@ -15,9 +15,9 @@ package _codec.versions.version1.a3d.objects
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_284:ICodec;
private var §_-pM§:ICodec;
private var var_243:ICodec;
private var §_-2o§:ICodec;
public function CodecA3DBox()
{
@@ -26,16 +26,16 @@ package _codec.versions.version1.a3d.objects
public function init(protocol:IProtocol) : void
{
this.var_284 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(Float,false),true,1));
this.var_243 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-pM§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(Float,false),true,1));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(Id,true));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_box:Vector.<Number> = this.var_284.decode(protocolBuffer) as Vector.<Number>;
var value_box:Vector.<Number> = this.§_-pM§.decode(protocolBuffer) as Vector.<Number>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DBox","box",value_box);
var value_id:Id = this.var_243.decode(protocolBuffer) as Id;
var value_id:Id = this.§_-2o§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DBox","id",value_id);
return new A3DBox(value_box,value_id);
}
@@ -47,8 +47,8 @@ package _codec.versions.version1.a3d.objects
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DBox = A3DBox(object);
this.var_284.encode(protocolBuffer,struct.box);
this.var_243.encode(protocolBuffer,struct.id);
this.§_-pM§.encode(protocolBuffer,struct.box);
this.§_-2o§.encode(protocolBuffer,struct.id);
}
}
}

View File

@@ -17,21 +17,21 @@ package _codec.versions.version1.a3d.objects
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_245:ICodec;
private var §_-Dh§:ICodec;
private var var_256:ICodec;
private var §_-e§:ICodec;
private var var_243:ICodec;
private var §_-2o§:ICodec;
private var var_251:ICodec;
private var §_-XW§:ICodec;
private var var_254:ICodec;
private var §_-jk§:ICodec;
private var var_248:ICodec;
private var §_-Qr§:ICodec;
private var var_255:ICodec;
private var §_-9u§:ICodec;
private var var_253:ICodec;
private var §_-h9§:ICodec;
public function CodecA3DObject()
{
@@ -40,34 +40,34 @@ package _codec.versions.version1.a3d.objects
public function init(protocol:IProtocol) : void
{
this.var_245 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_256 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_243 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_251 = protocol.getCodec(new TypeCodecInfo(String,true));
this.var_254 = protocol.getCodec(new TypeCodecInfo(ParentId,true));
this.var_248 = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DSurface,false),true,1));
this.var_255 = protocol.getCodec(new TypeCodecInfo(A3DTransformation,true));
this.var_253 = protocol.getCodec(new TypeCodecInfo(Boolean,true));
this.§_-Dh§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-e§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-2o§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-XW§ = protocol.getCodec(new TypeCodecInfo(String,true));
this.§_-jk§ = protocol.getCodec(new TypeCodecInfo(ParentId,true));
this.§_-Qr§ = protocol.getCodec(new CollectionCodecInfo(new TypeCodecInfo(A3DSurface,false),true,1));
this.§_-9u§ = protocol.getCodec(new TypeCodecInfo(A3DTransformation,true));
this.§_-h9§ = protocol.getCodec(new TypeCodecInfo(Boolean,true));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_boundBoxId:Id = this.var_245.decode(protocolBuffer) as Id;
var value_boundBoxId:Id = this.§_-Dh§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","boundBoxId",value_boundBoxId);
var value_geometryId:Id = this.var_256.decode(protocolBuffer) as Id;
var value_geometryId:Id = this.§_-e§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","geometryId",value_geometryId);
var value_id:Id = this.var_243.decode(protocolBuffer) as Id;
var value_id:Id = this.§_-2o§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","id",value_id);
var value_name:String = this.var_251.decode(protocolBuffer) as String;
var value_name:String = this.§_-XW§.decode(protocolBuffer) as String;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","name",value_name);
var value_parentId:ParentId = this.var_254.decode(protocolBuffer) as ParentId;
var value_parentId:ParentId = this.§_-jk§.decode(protocolBuffer) as ParentId;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","parentId",value_parentId);
var value_surfaces:Vector.<A3DSurface> = this.var_248.decode(protocolBuffer) as Vector.<A3DSurface>;
var value_surfaces:Vector.<A3DSurface> = this.§_-Qr§.decode(protocolBuffer) as Vector.<A3DSurface>;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","surfaces",value_surfaces);
var value_transformation:A3DTransformation = this.var_255.decode(protocolBuffer) as A3DTransformation;
var value_transformation:A3DTransformation = this.§_-9u§.decode(protocolBuffer) as A3DTransformation;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","transformation",value_transformation);
var value_visible:Boolean = Boolean(this.var_253.decode(protocolBuffer) as Boolean);
var value_visible:Boolean = Boolean(this.§_-h9§.decode(protocolBuffer) as Boolean);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DObject","visible",value_visible);
return new A3DObject(value_boundBoxId,value_geometryId,value_id,value_name,value_parentId,value_surfaces,value_transformation,value_visible);
}
@@ -79,14 +79,14 @@ package _codec.versions.version1.a3d.objects
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DObject = A3DObject(object);
this.var_245.encode(protocolBuffer,struct.boundBoxId);
this.var_256.encode(protocolBuffer,struct.geometryId);
this.var_243.encode(protocolBuffer,struct.id);
this.var_251.encode(protocolBuffer,struct.name);
this.var_254.encode(protocolBuffer,struct.parentId);
this.var_248.encode(protocolBuffer,struct.surfaces);
this.var_255.encode(protocolBuffer,struct.transformation);
this.var_253.encode(protocolBuffer,struct.visible);
this.§_-Dh§.encode(protocolBuffer,struct.boundBoxId);
this.§_-e§.encode(protocolBuffer,struct.geometryId);
this.§_-2o§.encode(protocolBuffer,struct.id);
this.§_-XW§.encode(protocolBuffer,struct.name);
this.§_-jk§.encode(protocolBuffer,struct.parentId);
this.§_-Qr§.encode(protocolBuffer,struct.surfaces);
this.§_-9u§.encode(protocolBuffer,struct.transformation);
this.§_-h9§.encode(protocolBuffer,struct.visible);
}
}
}

View File

@@ -13,11 +13,11 @@ package _codec.versions.version1.a3d.objects
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_302:ICodec;
private var §_-AL§:ICodec;
private var var_291:ICodec;
private var §_-Av§:ICodec;
private var var_303:ICodec;
private var §_-pJ§:ICodec;
public function CodecA3DSurface()
{
@@ -26,19 +26,19 @@ package _codec.versions.version1.a3d.objects
public function init(protocol:IProtocol) : void
{
this.var_302 = protocol.getCodec(new TypeCodecInfo(int,false));
this.var_291 = protocol.getCodec(new TypeCodecInfo(Id,true));
this.var_303 = protocol.getCodec(new TypeCodecInfo(int,false));
this.§_-AL§ = protocol.getCodec(new TypeCodecInfo(int,false));
this.§_-Av§ = protocol.getCodec(new TypeCodecInfo(Id,true));
this.§_-pJ§ = protocol.getCodec(new TypeCodecInfo(int,false));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_indexBegin:int = int(this.var_302.decode(protocolBuffer) as int);
var value_indexBegin:int = int(this.§_-AL§.decode(protocolBuffer) as int);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DSurface","indexBegin",value_indexBegin);
var value_materialId:Id = this.var_291.decode(protocolBuffer) as Id;
var value_materialId:Id = this.§_-Av§.decode(protocolBuffer) as Id;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DSurface","materialId",value_materialId);
var value_numTriangles:int = int(this.var_303.decode(protocolBuffer) as int);
var value_numTriangles:int = int(this.§_-pJ§.decode(protocolBuffer) as int);
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DSurface","numTriangles",value_numTriangles);
return new A3DSurface(value_indexBegin,value_materialId,value_numTriangles);
}
@@ -50,9 +50,9 @@ package _codec.versions.version1.a3d.objects
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DSurface = A3DSurface(object);
this.var_302.encode(protocolBuffer,struct.indexBegin);
this.var_291.encode(protocolBuffer,struct.materialId);
this.var_303.encode(protocolBuffer,struct.numTriangles);
this.§_-AL§.encode(protocolBuffer,struct.indexBegin);
this.§_-Av§.encode(protocolBuffer,struct.materialId);
this.§_-pJ§.encode(protocolBuffer,struct.numTriangles);
}
}
}

View File

@@ -13,7 +13,7 @@ package _codec.versions.version1.a3d.objects
{
public static var log:IClientLog = IClientLog(OSGi.getInstance().getService(IClientLog));
private var var_411:ICodec;
private var §_-dG§:ICodec;
public function CodecA3DTransformation()
{
@@ -22,13 +22,13 @@ package _codec.versions.version1.a3d.objects
public function init(protocol:IProtocol) : void
{
this.var_411 = protocol.getCodec(new TypeCodecInfo(A3DMatrix,true));
this.§_-dG§ = protocol.getCodec(new TypeCodecInfo(A3DMatrix,true));
}
public function decode(protocolBuffer:ProtocolBuffer) : Object
{
log = IClientLog(OSGi.getInstance().getService(IClientLog));
var value_matrix:A3DMatrix = this.var_411.decode(protocolBuffer) as A3DMatrix;
var value_matrix:A3DMatrix = this.§_-dG§.decode(protocolBuffer) as A3DMatrix;
log.log("codec","struct %1 field %2 value %3","versions.version1.a3d.objects.A3DTransformation","matrix",value_matrix);
return new A3DTransformation(value_matrix);
}
@@ -40,7 +40,7 @@ package _codec.versions.version1.a3d.objects
throw new Error("Object is null. Use @ProtocolOptional annotation.");
}
var struct:A3DTransformation = A3DTransformation(object);
this.var_411.encode(protocolBuffer,struct.matrix);
this.§_-dG§.encode(protocolBuffer,struct.matrix);
}
}
}