@markandre13/usd.js 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/compression/compress.d.ts +0 -1
- package/dist/compression/compress.js +1 -1
- package/dist/compression/compress.js.map +1 -1
- package/dist/compression/integers.d.ts +0 -1
- package/dist/compression/lz4.d.ts +0 -1
- package/dist/crate/BootStrap.d.ts +1 -2
- package/dist/crate/BootStrap.js +0 -5
- package/dist/crate/BootStrap.js.map +1 -1
- package/dist/crate/Crate.d.ts +12 -13
- package/dist/crate/Crate.js +13 -23
- package/dist/crate/Crate.js.map +1 -1
- package/dist/crate/CrateDataType.d.ts +1 -2
- package/dist/crate/CrateDataType.js +0 -1
- package/dist/crate/CrateDataType.js.map +1 -1
- package/dist/crate/Field.d.ts +2 -3
- package/dist/crate/Field.js +0 -2
- package/dist/crate/Field.js.map +1 -1
- package/dist/crate/FieldSets.d.ts +2 -3
- package/dist/crate/FieldSets.js +0 -2
- package/dist/crate/FieldSets.js.map +1 -1
- package/dist/crate/Fields.d.ts +6 -7
- package/dist/crate/Fields.js +8 -12
- package/dist/crate/Fields.js.map +1 -1
- package/dist/crate/Paths.d.ts +3 -4
- package/dist/crate/Paths.js +0 -7
- package/dist/crate/Paths.js.map +1 -1
- package/dist/crate/Reader.d.ts +0 -1
- package/dist/crate/Reader.js +3 -5
- package/dist/crate/Reader.js.map +1 -1
- package/dist/crate/Section.d.ts +1 -2
- package/dist/crate/Section.js +0 -3
- package/dist/crate/Section.js.map +1 -1
- package/dist/crate/SectionName.d.ts +0 -1
- package/dist/crate/SpecType.d.ts +0 -1
- package/dist/crate/Specifier.d.ts +0 -1
- package/dist/crate/Specs.d.ts +3 -4
- package/dist/crate/Specs.js +0 -3
- package/dist/crate/Specs.js.map +1 -1
- package/dist/crate/Stage.d.ts +1 -2
- package/dist/crate/Stage.js +1 -2
- package/dist/crate/Stage.js.map +1 -1
- package/dist/crate/Strings.d.ts +2 -3
- package/dist/crate/Strings.js +0 -3
- package/dist/crate/Strings.js.map +1 -1
- package/dist/crate/TableOfContents.d.ts +4 -5
- package/dist/crate/TableOfContents.js +2 -3
- package/dist/crate/TableOfContents.js.map +1 -1
- package/dist/crate/Tokens.d.ts +2 -3
- package/dist/crate/Tokens.js +2 -4
- package/dist/crate/Tokens.js.map +1 -1
- package/dist/crate/UsdNode.d.ts +6 -7
- package/dist/crate/UsdNode.js +3 -15
- package/dist/crate/UsdNode.js.map +1 -1
- package/dist/crate/ValueRep.d.ts +2 -3
- package/dist/crate/ValueRep.js +5 -7
- package/dist/crate/ValueRep.js.map +1 -1
- package/dist/crate/Variability.d.ts +0 -1
- package/dist/crate/Writer.d.ts +0 -1
- package/dist/crate/Writer.js +5 -16
- package/dist/crate/Writer.js.map +1 -1
- package/dist/detail/hexdump.d.ts +0 -1
- package/dist/nodes/attributes/AssetPathAttr.d.ts +0 -1
- package/dist/nodes/attributes/AssetPathAttr.js +1 -2
- package/dist/nodes/attributes/AssetPathAttr.js.map +1 -1
- package/dist/nodes/attributes/Attribute.d.ts +1 -2
- package/dist/nodes/attributes/Attribute.js +2 -3
- package/dist/nodes/attributes/Attribute.js.map +1 -1
- package/dist/nodes/attributes/BooleanAttr.d.ts +2 -3
- package/dist/nodes/attributes/BooleanAttr.js +2 -5
- package/dist/nodes/attributes/BooleanAttr.js.map +1 -1
- package/dist/nodes/attributes/Color3fAttr.d.ts +1 -2
- package/dist/nodes/attributes/Color3fAttr.js +2 -3
- package/dist/nodes/attributes/Color3fAttr.js.map +1 -1
- package/dist/nodes/attributes/FloatAttr.d.ts +1 -2
- package/dist/nodes/attributes/FloatAttr.js +2 -3
- package/dist/nodes/attributes/FloatAttr.js.map +1 -1
- package/dist/nodes/attributes/IntArrayAttr.d.ts +1 -2
- package/dist/nodes/attributes/IntArrayAttr.js +2 -3
- package/dist/nodes/attributes/IntArrayAttr.js.map +1 -1
- package/dist/nodes/attributes/Relationship.d.ts +2 -3
- package/dist/nodes/attributes/Relationship.js +3 -4
- package/dist/nodes/attributes/Relationship.js.map +1 -1
- package/dist/nodes/attributes/StringAttr.d.ts +1 -2
- package/dist/nodes/attributes/StringAttr.js +2 -4
- package/dist/nodes/attributes/StringAttr.js.map +1 -1
- package/dist/nodes/attributes/TokenAttr.d.ts +2 -3
- package/dist/nodes/attributes/TokenAttr.js +2 -4
- package/dist/nodes/attributes/TokenAttr.js.map +1 -1
- package/dist/nodes/attributes/VariabilityAttr.d.ts +2 -3
- package/dist/nodes/attributes/VariabilityAttr.js +2 -4
- package/dist/nodes/attributes/VariabilityAttr.js.map +1 -1
- package/dist/nodes/attributes/Vec2fArrayAttr.d.ts +2 -3
- package/dist/nodes/attributes/Vec2fArrayAttr.js +2 -5
- package/dist/nodes/attributes/Vec2fArrayAttr.js.map +1 -1
- package/dist/nodes/attributes/Vec3fArrayAttr.d.ts +1 -2
- package/dist/nodes/attributes/Vec3fArrayAttr.js +2 -5
- package/dist/nodes/attributes/Vec3fArrayAttr.js.map +1 -1
- package/dist/nodes/geometry/Boundable.d.ts +1 -2
- package/dist/nodes/geometry/Boundable.js +2 -2
- package/dist/nodes/geometry/Boundable.js.map +1 -1
- package/dist/nodes/geometry/Camera.d.ts +2 -3
- package/dist/nodes/geometry/Camera.js +5 -5
- package/dist/nodes/geometry/Camera.js.map +1 -1
- package/dist/nodes/geometry/GeomSubset.d.ts +1 -2
- package/dist/nodes/geometry/GeomSubset.js +3 -3
- package/dist/nodes/geometry/GeomSubset.js.map +1 -1
- package/dist/nodes/geometry/Gprim.d.ts +1 -2
- package/dist/nodes/geometry/Gprim.js +3 -3
- package/dist/nodes/geometry/Gprim.js.map +1 -1
- package/dist/nodes/geometry/Imageable.d.ts +1 -2
- package/dist/nodes/geometry/Imageable.js +1 -1
- package/dist/nodes/geometry/Imageable.js.map +1 -1
- package/dist/nodes/geometry/Mesh.d.ts +4 -5
- package/dist/nodes/geometry/Mesh.js +9 -10
- package/dist/nodes/geometry/Mesh.js.map +1 -1
- package/dist/nodes/geometry/PointBased.d.ts +1 -2
- package/dist/nodes/geometry/PointBased.js +10 -7
- package/dist/nodes/geometry/PointBased.js.map +1 -1
- package/dist/nodes/geometry/Scope.d.ts +2 -3
- package/dist/nodes/geometry/Scope.js +3 -3
- package/dist/nodes/geometry/Scope.js.map +1 -1
- package/dist/nodes/geometry/Xform.d.ts +2 -3
- package/dist/nodes/geometry/Xform.js +3 -3
- package/dist/nodes/geometry/Xform.js.map +1 -1
- package/dist/nodes/geometry/Xformable.d.ts +1 -2
- package/dist/nodes/geometry/Xformable.js +4 -5
- package/dist/nodes/geometry/Xformable.js.map +1 -1
- package/dist/nodes/lux/BoundableLightBase.d.ts +1 -2
- package/dist/nodes/lux/BoundableLightBase.js +3 -3
- package/dist/nodes/lux/BoundableLightBase.js.map +1 -1
- package/dist/nodes/lux/DomeLight.d.ts +2 -3
- package/dist/nodes/lux/DomeLight.js +4 -4
- package/dist/nodes/lux/DomeLight.js.map +1 -1
- package/dist/nodes/lux/NonboundableLightBase.d.ts +1 -2
- package/dist/nodes/lux/NonboundableLightBase.js +2 -2
- package/dist/nodes/lux/NonboundableLightBase.js.map +1 -1
- package/dist/nodes/lux/SphereLight.d.ts +2 -3
- package/dist/nodes/lux/SphereLight.js +4 -4
- package/dist/nodes/lux/SphereLight.js.map +1 -1
- package/dist/nodes/shader/Material.d.ts +2 -3
- package/dist/nodes/shader/Material.js +4 -4
- package/dist/nodes/shader/Material.js.map +1 -1
- package/dist/nodes/shader/NodeGraph.d.ts +1 -2
- package/dist/nodes/shader/NodeGraph.js +1 -1
- package/dist/nodes/shader/NodeGraph.js.map +1 -1
- package/dist/nodes/shader/Shader.d.ts +2 -3
- package/dist/nodes/shader/Shader.js +4 -4
- package/dist/nodes/shader/Shader.js.map +1 -1
- package/dist/nodes/skeleton/SkelRoot.d.ts +2 -3
- package/dist/nodes/skeleton/SkelRoot.js +3 -3
- package/dist/nodes/skeleton/SkelRoot.js.map +1 -1
- package/dist/nodes/skeleton/Skeleton.d.ts +2 -3
- package/dist/nodes/skeleton/Skeleton.js +5 -5
- package/dist/nodes/skeleton/Skeleton.js.map +1 -1
- package/dist/nodes/usd/PseudoRoot.d.ts +2 -3
- package/dist/nodes/usd/PseudoRoot.js +4 -6
- package/dist/nodes/usd/PseudoRoot.js.map +1 -1
- package/dist/nodes/usd/SchemaBase.d.ts +1 -2
- package/dist/nodes/usd/SchemaBase.js +1 -1
- package/dist/nodes/usd/SchemaBase.js.map +1 -1
- package/dist/nodes/usd/Typed.d.ts +2 -3
- package/dist/nodes/usd/Typed.js +1 -3
- package/dist/nodes/usd/Typed.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +8 -2
- package/dist/compression/compress.d.ts.map +0 -1
- package/dist/compression/integers.d.ts.map +0 -1
- package/dist/compression/lz4.d.ts.map +0 -1
- package/dist/crate/BootStrap.d.ts.map +0 -1
- package/dist/crate/Crate.d.ts.map +0 -1
- package/dist/crate/CrateDataType.d.ts.map +0 -1
- package/dist/crate/Field.d.ts.map +0 -1
- package/dist/crate/FieldSets.d.ts.map +0 -1
- package/dist/crate/Fields.d.ts.map +0 -1
- package/dist/crate/Paths.d.ts.map +0 -1
- package/dist/crate/Reader.d.ts.map +0 -1
- package/dist/crate/Section.d.ts.map +0 -1
- package/dist/crate/SectionName.d.ts.map +0 -1
- package/dist/crate/SpecType.d.ts.map +0 -1
- package/dist/crate/Specifier.d.ts.map +0 -1
- package/dist/crate/Specs.d.ts.map +0 -1
- package/dist/crate/Stage.d.ts.map +0 -1
- package/dist/crate/Strings.d.ts.map +0 -1
- package/dist/crate/TableOfContents.d.ts.map +0 -1
- package/dist/crate/Tokens.d.ts.map +0 -1
- package/dist/crate/UsdNode.d.ts.map +0 -1
- package/dist/crate/ValueRep.d.ts.map +0 -1
- package/dist/crate/Variability.d.ts.map +0 -1
- package/dist/crate/Writer.d.ts.map +0 -1
- package/dist/detail/hexdump.d.ts.map +0 -1
- package/dist/nodes/attributes/AssetPathAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/Attribute.d.ts.map +0 -1
- package/dist/nodes/attributes/BooleanAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/Color3fAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/FloatAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/IntArrayAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/Relationship.d.ts.map +0 -1
- package/dist/nodes/attributes/StringAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/TokenAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/VariabilityAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/Vec2fArrayAttr.d.ts.map +0 -1
- package/dist/nodes/attributes/Vec3fArrayAttr.d.ts.map +0 -1
- package/dist/nodes/geometry/Boundable.d.ts.map +0 -1
- package/dist/nodes/geometry/Camera.d.ts.map +0 -1
- package/dist/nodes/geometry/GeomSubset.d.ts.map +0 -1
- package/dist/nodes/geometry/Gprim.d.ts.map +0 -1
- package/dist/nodes/geometry/Imageable.d.ts.map +0 -1
- package/dist/nodes/geometry/Mesh.d.ts.map +0 -1
- package/dist/nodes/geometry/PointBased.d.ts.map +0 -1
- package/dist/nodes/geometry/Scope.d.ts.map +0 -1
- package/dist/nodes/geometry/Xform.d.ts.map +0 -1
- package/dist/nodes/geometry/Xformable.d.ts.map +0 -1
- package/dist/nodes/lux/BoundableLightBase.d.ts.map +0 -1
- package/dist/nodes/lux/DomeLight.d.ts.map +0 -1
- package/dist/nodes/lux/NonboundableLightBase.d.ts.map +0 -1
- package/dist/nodes/lux/SphereLight.d.ts.map +0 -1
- package/dist/nodes/shader/Material.d.ts.map +0 -1
- package/dist/nodes/shader/NodeGraph.d.ts.map +0 -1
- package/dist/nodes/shader/Shader.d.ts.map +0 -1
- package/dist/nodes/skeleton/SkelRoot.d.ts.map +0 -1
- package/dist/nodes/skeleton/Skeleton.d.ts.map +0 -1
- package/dist/nodes/usd/PseudoRoot.d.ts.map +0 -1
- package/dist/nodes/usd/SchemaBase.d.ts.map +0 -1
- package/dist/nodes/usd/Typed.d.ts.map +0 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
2
2
|
export declare class IntArrayAttr extends UsdNode {
|
|
3
3
|
value: ArrayLike<number>;
|
|
4
4
|
constructor(parent: UsdNode, name: string, value: ArrayLike<number>);
|
|
5
5
|
encodeFields(): void;
|
|
6
6
|
}
|
|
7
|
-
//# sourceMappingURL=IntArrayAttr.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export class IntArrayAttr extends UsdNode {
|
|
4
|
-
value;
|
|
5
4
|
constructor(parent, name, value) {
|
|
6
5
|
super(parent.crate, parent, -1, name, false);
|
|
7
6
|
this.spec_type = SpecType.Attribute;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/IntArrayAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"IntArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/IntArrayAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAE7C,MAAM,OAAO,YAAa,SAAQ,OAAO;IAErC,YAAY,MAAe,EAAE,IAAY,EAAE,KAAwB;QAC/D,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;QACnC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACtB,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QAExB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAC7C,CAAA;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAClD,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type { ListOp } from "../../crate/Fields
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import type { ListOp } from "../../crate/Fields";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export declare class Relationship extends UsdNode {
|
|
4
4
|
value: ListOp<UsdNode>;
|
|
5
5
|
constructor(parent: UsdNode, name: string, value: ListOp<UsdNode>);
|
|
6
6
|
encodeFields(): void;
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=Relationship.d.ts.map
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
3
|
-
import { Variability } from "../../crate/Variability
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
|
+
import { Variability } from "../../crate/Variability";
|
|
4
4
|
export class Relationship extends UsdNode {
|
|
5
|
-
value;
|
|
6
5
|
constructor(parent, name, value) {
|
|
7
6
|
super(parent.crate, parent, -1, name, false);
|
|
8
7
|
this.spec_type = SpecType.Relationship;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Relationship.js","sourceRoot":"","sources":["../../../src/nodes/attributes/Relationship.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Relationship.js","sourceRoot":"","sources":["../../../src/nodes/attributes/Relationship.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAErD,MAAM,OAAO,YAAa,SAAQ,OAAO;IAErC,YAAY,MAAe,EAAE,IAAY,EAAE,KAAsB;QAC7D,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAA;QACtC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACtB,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QAExB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,WAAW,CAAC,OAAO,CAAC,CAClE,CAAA;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,EAAE,IAAI,CAAC,KAAK,CAAC,CACxD,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
2
2
|
export declare class StringAttr extends UsdNode {
|
|
3
3
|
value: string;
|
|
4
4
|
custom?: boolean;
|
|
@@ -7,4 +7,3 @@ export declare class StringAttr extends UsdNode {
|
|
|
7
7
|
});
|
|
8
8
|
encodeFields(): void;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=StringAttr.d.ts.map
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export class StringAttr extends UsdNode {
|
|
4
|
-
value;
|
|
5
|
-
custom;
|
|
6
4
|
constructor(parent, name, value, options) {
|
|
7
5
|
super(parent.crate, parent, -1, name, false);
|
|
8
6
|
this.spec_type = SpecType.Attribute;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StringAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/StringAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"StringAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/StringAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAE7C,MAAM,OAAO,UAAW,SAAQ,OAAO;IAGnC,YAAY,MAAe,EAAE,IAAY,EAAE,KAAa,EAAE,OAA6B;QACnF,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;QACnC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,IAAI,CAAC,MAAM,GAAG,OAAO,EAAE,MAAM,CAAA;IACjC,CAAC;IACQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;QACtC,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAA;QACnC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;IACzC,CAAC;CACJ"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
2
|
-
import type { Variability } from "../../crate/Variability
|
|
1
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
2
|
+
import type { Variability } from "../../crate/Variability";
|
|
3
3
|
export declare class TokenAttr extends UsdNode {
|
|
4
4
|
variability?: Variability;
|
|
5
5
|
token?: string;
|
|
6
6
|
constructor(parent: UsdNode, name: string, variability?: Variability, token?: string);
|
|
7
7
|
encodeFields(): void;
|
|
8
8
|
}
|
|
9
|
-
//# sourceMappingURL=TokenAttr.d.ts.map
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export class TokenAttr extends UsdNode {
|
|
4
|
-
variability;
|
|
5
|
-
token;
|
|
6
4
|
constructor(parent, name, variability, token) {
|
|
7
5
|
super(parent.crate, parent, -1, name, false);
|
|
8
6
|
this.spec_type = SpecType.Attribute;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/TokenAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TokenAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/TokenAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAG7C,MAAM,OAAO,SAAU,SAAQ,OAAO;IAGlC,YAAY,MAAe,EAAE,IAAY,EAAE,WAAyB,EAAE,KAAc;QAChF,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;QACnC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAA;QAC9B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACtB,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QACxB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAC7C,CAAA;QACD,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YACjC,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,CAC/D,CAAA;QACL,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,EAAE,CAAC;YAC3B,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAC/C,CAAA;QACL,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
2
|
-
import type { Variability } from "../../crate/Variability
|
|
1
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
2
|
+
import type { Variability } from "../../crate/Variability";
|
|
3
3
|
export declare class VariabilityAttr extends UsdNode {
|
|
4
4
|
variability: Variability;
|
|
5
5
|
value: string;
|
|
6
6
|
constructor(parent: UsdNode, name: string, variability: Variability, value: string);
|
|
7
7
|
encodeFields(): void;
|
|
8
8
|
}
|
|
9
|
-
//# sourceMappingURL=VariabilityAttr.d.ts.map
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export class VariabilityAttr extends UsdNode {
|
|
4
|
-
variability;
|
|
5
|
-
value;
|
|
6
4
|
constructor(parent, name, variability, value) {
|
|
7
5
|
super(parent.crate, parent, -1, name, false);
|
|
8
6
|
this.spec_type = SpecType.Attribute;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VariabilityAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/VariabilityAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"VariabilityAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/VariabilityAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAG7C,MAAM,OAAO,eAAgB,SAAQ,OAAO;IAGxC,YAAY,MAAe,EAAE,IAAY,EAAE,WAAwB,EAAE,KAAa;QAC9E,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;QACnC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAA;QAC9B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACtB,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QAExB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAC7C,CAAA;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC,CAC/D,CAAA;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAC/C,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Crate } from "../../crate/Crate
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import type { Crate } from "../../crate/Crate";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export declare class Vec2fArrayAttr extends UsdNode {
|
|
4
4
|
value: ArrayLike<number>;
|
|
5
5
|
typeName: string;
|
|
@@ -7,4 +7,3 @@ export declare class Vec2fArrayAttr extends UsdNode {
|
|
|
7
7
|
constructor(crate: Crate, parent: UsdNode, name: string, value: ArrayLike<number>, typeName: "texCoord2f[]");
|
|
8
8
|
encodeFields(): void;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=Vec2fArrayAttr.d.ts.map
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export class Vec2fArrayAttr extends UsdNode {
|
|
4
|
-
value;
|
|
5
|
-
typeName;
|
|
6
|
-
interpolation;
|
|
7
4
|
constructor(crate, parent, name, value, typeName) {
|
|
8
5
|
super(crate, parent, -1, name, false);
|
|
9
6
|
this.spec_type = SpecType.Attribute;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vec2fArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/Vec2fArrayAttr.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Vec2fArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/Vec2fArrayAttr.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAE7C,MAAM,OAAO,cAAe,SAAQ,OAAO;IAIvC,YACI,KAAY,EACZ,MAAe,EACf,IAAY,EACZ,KAAwB,EACxB,QAAwB;QAExB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QACrC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;QACnC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;IAC5B,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QAExB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CACnD,CAAA;QACD,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,EAAE,CAAC;YACnC,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,CAC7D,CAAA;QACL,CAAC;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CACpD,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
2
2
|
export declare class Vec3fArrayAttr extends UsdNode {
|
|
3
3
|
value: ArrayLike<number>;
|
|
4
4
|
typeName: string;
|
|
@@ -6,4 +6,3 @@ export declare class Vec3fArrayAttr extends UsdNode {
|
|
|
6
6
|
constructor(parent: UsdNode, name: string, value: ArrayLike<number>, typeName: "float3[]" | "point3f[]" | "normal3f[]");
|
|
7
7
|
encodeFields(): void;
|
|
8
8
|
}
|
|
9
|
-
//# sourceMappingURL=Vec3fArrayAttr.d.ts.map
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType
|
|
2
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { SpecType } from "../../crate/SpecType";
|
|
2
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
3
3
|
export class Vec3fArrayAttr extends UsdNode {
|
|
4
|
-
value;
|
|
5
|
-
typeName;
|
|
6
|
-
interpolation;
|
|
7
4
|
constructor(parent, name, value, typeName) {
|
|
8
5
|
super(parent.crate, parent, -1, name, false);
|
|
9
6
|
this.spec_type = SpecType.Attribute;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vec3fArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/Vec3fArrayAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Vec3fArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/Vec3fArrayAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAE7C,MAAM,OAAO,cAAe,SAAQ,OAAO;IAIvC,YACI,MAAe,EACf,IAAY,EACZ,KAAwB,EACxB,QAAiD;QAEjD,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;QACnC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;IAC5B,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QAExB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CACnD,CAAA;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CACpD,CAAA;QACD,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,EAAE,CAAC;YACnC,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,CAC7D,CAAA;QACL,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Vec3fArrayAttr } from "../attributes/Vec3fArrayAttr
|
|
2
|
-
import { Xformable } from "./Xformable
|
|
1
|
+
import { Vec3fArrayAttr } from "../attributes/Vec3fArrayAttr";
|
|
2
|
+
import { Xformable } from "./Xformable";
|
|
3
3
|
export class Boundable extends Xformable {
|
|
4
4
|
set extent(value) {
|
|
5
5
|
this.deleteChild("extent");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Boundable.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Boundable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Boundable.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Boundable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQvC,MAAM,OAAO,SAAU,SAAQ,SAAS;IACpC,IAAI,MAAM,CAAC,KAAoC;QAC3C,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;QAC1B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,cAAc,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,CAAA;QACzD,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { UsdNode } from "../../crate/UsdNode
|
|
2
|
-
import { Boundable } from "./Boundable
|
|
1
|
+
import type { UsdNode } from "../../crate/UsdNode";
|
|
2
|
+
import { Boundable } from "./Boundable";
|
|
3
3
|
export declare class Camera extends Boundable {
|
|
4
4
|
constructor(parent: UsdNode, name: string);
|
|
5
5
|
set projection(value: "perspective" | "orthographic" | undefined);
|
|
@@ -9,4 +9,3 @@ export declare class Camera extends Boundable {
|
|
|
9
9
|
set clippingRange(value: number[] | undefined);
|
|
10
10
|
set blenderDataName(value: string | undefined);
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=Camera.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Specifier } from "../../crate/Specifier
|
|
2
|
-
import { SpecType } from "../../crate/SpecType
|
|
3
|
-
import { Attribute } from "../attributes/Attribute
|
|
4
|
-
import { StringAttr } from "../attributes/StringAttr
|
|
5
|
-
import { Boundable } from "./Boundable
|
|
1
|
+
import { Specifier } from "../../crate/Specifier";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType";
|
|
3
|
+
import { Attribute } from "../attributes/Attribute";
|
|
4
|
+
import { StringAttr } from "../attributes/StringAttr";
|
|
5
|
+
import { Boundable } from "./Boundable";
|
|
6
6
|
export class Camera extends Boundable {
|
|
7
7
|
constructor(parent, name) {
|
|
8
8
|
super(parent.crate, parent, -1, name, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Camera.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Camera.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Camera.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Camera.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAOvC,MAAM,OAAO,MAAO,SAAQ,SAAS;IACjC,YAAY,MAAe,EAAE,IAAY;QACrC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAA;QAC3C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAA;QAC9B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,GAAG,CAAA;QAC9B,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;IAC5B,CAAC;IAKD,IAAI,UAAU,CAAC,KAAiD;QAC5D,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,CAAA;QAC9B,IAAI,SAAS,CAAC,IAAI,EAAE,YAAY,EAAE,CAAC,IAAI,EAAE,EAAE;YACvC,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA;YAClC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IACD,IAAI,kBAAkB,CAAC,KAAyB;QAC5C,IAAI,CAAC,WAAW,CAAC,oBAAoB,CAAC,CAAA;QACtC,IAAI,SAAS,CAAC,IAAI,EAAE,oBAAoB,EAAE,CAAC,IAAI,EAAE,EAAE;YAC/C,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA;YAClC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IACD,IAAI,gBAAgB,CAAC,KAAyB;QAC1C,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAA;QACpC,IAAI,SAAS,CAAC,IAAI,EAAE,kBAAkB,EAAE,CAAC,IAAI,EAAE,EAAE;YAC7C,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA;YAClC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IAGD,IAAI,WAAW,CAAC,KAAyB;QACrC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,CAAA;QAC/B,IAAI,SAAS,CAAC,IAAI,EAAE,aAAa,EAAE,CAAC,IAAI,EAAE,EAAE;YACxC,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA;YAClC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IACD,IAAI,aAAa,CAAC,KAA2B;QACzC,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC,CAAA;QACjC,IAAI,SAAS,CAAC,IAAI,EAAE,eAAe,EAAE,CAAC,IAAI,EAAE,EAAE;YAC1C,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAA;YACnC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IA2BD,IAAI,eAAe,CAAC,KAAyB;QACzC,IAAI,CAAC,WAAW,CAAC,kCAAkC,CAAC,CAAA;QACpD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,UAAU,CAAC,IAAI,EAAE,kCAAkC,EAAE,KAAK,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC,CAAA;QACnF,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Specifier } from "../../crate/Specifier
|
|
2
|
-
import { SpecType } from "../../crate/SpecType
|
|
3
|
-
import { UsdNode } from "../../crate/UsdNode
|
|
1
|
+
import { Specifier } from "../../crate/Specifier";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType";
|
|
3
|
+
import { UsdNode } from "../../crate/UsdNode";
|
|
4
4
|
export class GeomSubset extends UsdNode {
|
|
5
5
|
constructor(parent, name) {
|
|
6
6
|
super(parent.crate, parent, -1, name, false);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeomSubset.js","sourceRoot":"","sources":["../../../src/nodes/geometry/GeomSubset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GeomSubset.js","sourceRoot":"","sources":["../../../src/nodes/geometry/GeomSubset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAE7C,MAAM,OAAO,UAAW,SAAQ,OAAO;IACnC,YAAY,MAAe,EAAE,IAAY;QACrC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;QAC5C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAA;IAClC,CAAC;IACQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAA;QAExB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG,CAAC,CACxD,CAAA;QACD,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,YAAY,CAAC,CAClD,CAAA;QAED,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC,YAAY,EAAE;YACtC,OAAO,EAAE,CAAC,oBAAoB,CAAC;SAClC,CAAC,CACL,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Variability } from "../../crate/Variability
|
|
2
|
-
import { BooleanAttr } from "../attributes/BooleanAttr
|
|
3
|
-
import { Boundable } from "./Boundable
|
|
1
|
+
import { Variability } from "../../crate/Variability";
|
|
2
|
+
import { BooleanAttr } from "../attributes/BooleanAttr";
|
|
3
|
+
import { Boundable } from "./Boundable";
|
|
4
4
|
export class Gprim extends Boundable {
|
|
5
5
|
set doubleSided(value) {
|
|
6
6
|
this.deleteChild("doubleSided");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Gprim.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Gprim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Gprim.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Gprim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAWvC,MAAM,OAAO,KAAM,SAAQ,SAAS;IAIhC,IAAI,WAAW,CAAC,KAA0B;QACtC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,CAAA;QAC/B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,WAAW,CAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,EAAC,WAAW,EAAE,WAAW,CAAC,OAAO,EAAC,CAAC,CAAA;QACnF,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Imageable.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Imageable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Imageable.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Imageable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AAWpC,MAAM,OAAO,SAAU,SAAQ,KAAK;CAAI"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { ListOp } from "../../crate/Fields
|
|
2
|
-
import type { UsdNode } from "../../crate/UsdNode
|
|
3
|
-
import type { Skeleton } from "../skeleton/Skeleton
|
|
4
|
-
import { PointBased } from "./PointBased
|
|
1
|
+
import type { ListOp } from "../../crate/Fields";
|
|
2
|
+
import type { UsdNode } from "../../crate/UsdNode";
|
|
3
|
+
import type { Skeleton } from "../skeleton/Skeleton";
|
|
4
|
+
import { PointBased } from "./PointBased";
|
|
5
5
|
export declare class Mesh extends PointBased {
|
|
6
6
|
constructor(parent: UsdNode, name: string);
|
|
7
7
|
encodeFields(): void;
|
|
@@ -23,4 +23,3 @@ export declare class Mesh extends PointBased {
|
|
|
23
23
|
} | undefined);
|
|
24
24
|
set skeleton(value: Skeleton | undefined);
|
|
25
25
|
}
|
|
26
|
-
//# sourceMappingURL=Mesh.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Specifier } from "../../crate/Specifier
|
|
2
|
-
import { SpecType } from "../../crate/SpecType
|
|
3
|
-
import { Variability } from "../../crate/Variability
|
|
4
|
-
import { Attribute } from "../attributes/Attribute
|
|
5
|
-
import { IntArrayAttr } from "../attributes/IntArrayAttr
|
|
6
|
-
import { VariabilityAttr } from "../attributes/VariabilityAttr
|
|
7
|
-
import { Relationship } from "../attributes/Relationship
|
|
8
|
-
import { StringAttr } from "../attributes/StringAttr
|
|
9
|
-
import { PointBased } from "./PointBased
|
|
1
|
+
import { Specifier } from "../../crate/Specifier";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType";
|
|
3
|
+
import { Variability } from "../../crate/Variability";
|
|
4
|
+
import { Attribute } from "../attributes/Attribute";
|
|
5
|
+
import { IntArrayAttr } from "../attributes/IntArrayAttr";
|
|
6
|
+
import { VariabilityAttr } from "../attributes/VariabilityAttr";
|
|
7
|
+
import { Relationship } from "../attributes/Relationship";
|
|
8
|
+
import { StringAttr } from "../attributes/StringAttr";
|
|
9
|
+
import { PointBased } from "./PointBased";
|
|
10
10
|
export class Mesh extends PointBased {
|
|
11
11
|
constructor(parent, name) {
|
|
12
12
|
super(parent.crate, parent, -1, name, true);
|
|
@@ -19,7 +19,6 @@ export class Mesh extends PointBased {
|
|
|
19
19
|
this.setTokenListOp("apiSchemas", this.apiSchemas);
|
|
20
20
|
this.setBoolean("active", true);
|
|
21
21
|
}
|
|
22
|
-
apiSchemas;
|
|
23
22
|
prependApiSchema(name) {
|
|
24
23
|
if (this.apiSchemas === undefined) {
|
|
25
24
|
this.apiSchemas = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mesh.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Mesh.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Mesh.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Mesh.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,MAAM,OAAO,IAAK,SAAQ,UAAU;IAChC,YAAY,MAAe,EAAE,IAAY;QACrC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAA;QAC3C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAA;QAC9B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,GAAG,CAAA;QAC9B,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAA;IAC1B,CAAC;IAEQ,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,CAAC,UAAU,CAAC,CAAA;QAClD,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;IACnC,CAAC;IAIS,gBAAgB,CAAC,IAAY;QACnC,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,EAAE,CAAC;YAChC,IAAI,CAAC,UAAU,GAAG,EAAE,CAAA;QACxB,CAAC;QACD,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,KAAK,SAAS,EAAE,CAAC;YACxC,IAAI,CAAC,UAAU,CAAC,OAAO,GAAG,EAAE,CAAA;QAChC,CAAC;QACD,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,IAAI,CAAC,KAAK,SAAS,EAAE,CAAC;YAChE,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;QACtC,CAAC;IACL,CAAC;IAGD,IAAI,eAAe,CAAC,KAAyB;QACzC,IAAI,CAAC,WAAW,CAAC,kCAAkC,CAAC,CAAA;QACpD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,UAAU,CAAC,IAAI,EAAE,kCAAkC,EAAE,KAAK,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC,CAAA;QACnF,CAAC;IACL,CAAC;IAED,IAAI,iBAAiB,CAAC,KAAoC;QACtD,IAAI,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAA;QACrC,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,YAAY,CAAC,IAAI,EAAE,mBAAmB,EAAE,KAAK,CAAC,CAAA;QACtD,CAAC;IACL,CAAC;IACD,IAAI,gBAAgB,CAAC,KAAoC;QACrD,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAA;QACpC,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,YAAY,CAAC,IAAI,EAAE,kBAAkB,EAAE,KAAK,CAAC,CAAA;QACrD,CAAC;IACL,CAAC;IAID,IAAI,eAAe,CAAC,KAAkC;QAClD,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAA;QACpC,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAA;YAC3C,IAAI,YAAY,CAAC,IAAI,EAAE,kBAAkB,EAAE,KAAK,CAAC,CAAA;QACrD,CAAC;IACL,CAAC;IAID,IAAI,UAAU,CAAC,KAAkE;QAC7E,IAAI,CAAC,WAAW,CAAC,sCAAsC,CAAC,CAAA;QACxD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,eAAe,CAAC,IAAI,EAAE,sCAAsC,EAAE,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,CAAA;QACjG,CAAC;IACL,CAAC;IAKD,IAAI,iBAAiB,CAAC,KAA2B;QAC7C,IAAI,CAAC,WAAW,CAAC,iCAAiC,CAAC,CAAA;QACnD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAA;YACvC,IAAI,SAAS,CAAC,IAAI,EAAE,iCAAiC,EAAE,IAAI,CAAC,EAAE;gBAC1D,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC,CAAA;gBACrC,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;YACtC,CAAC,CAAC,CAAA;QACN,CAAC;IACL,CAAC;IACD,IAAI,YAAY,CAAC,KAGJ;QACT,IAAI,CAAC,WAAW,CAAC,4BAA4B,CAAC,CAAA;QAC9C,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAA;YACvC,IAAI,SAAS,CAAC,IAAI,EAAE,4BAA4B,EAAE,IAAI,CAAC,EAAE;gBACrD,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA;gBAClC,IAAI,CAAC,QAAQ,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAA;gBACxC,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,KAAK,CAAC,WAAW,CAAC,CAAA;gBAC7C,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAA;YAC9C,CAAC,CAAC,CAAA;QACN,CAAC;IACL,CAAC;IACD,IAAI,YAAY,CAAC,KAGJ;QACT,IAAI,CAAC,WAAW,CAAC,4BAA4B,CAAC,CAAA;QAC9C,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAA;YACvC,IAAI,SAAS,CAAC,IAAI,EAAE,4BAA4B,EAAE,IAAI,CAAC,EAAE;gBACrD,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC,CAAA;gBACpC,IAAI,CAAC,QAAQ,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAA;gBACxC,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,KAAK,CAAC,WAAW,CAAC,CAAA;gBAC7C,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAA;YAChD,CAAC,CAAC,CAAA;QACN,CAAC;IACL,CAAC;IAED,IAAI,QAAQ,CAAC,KAA2B;QACpC,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC,CAAA;QACjC,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAA;YACvC,IAAI,YAAY,CAAC,IAAI,EAAE,eAAe,EAAE;gBACpC,UAAU,EAAE,IAAI;gBAChB,QAAQ,EAAE,CAAC,KAAK,CAAC;aACpB,CAAC,CAAA;QACN,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gprim } from "./Gprim
|
|
1
|
+
import { Gprim } from "./Gprim";
|
|
2
2
|
export type SubdivisionScheme = "catmullClark" | "loop" | "bilinear" | "none";
|
|
3
3
|
export type InterpolateBoundary = "none" | "edgeOnly" | "edgeAndCorner";
|
|
4
4
|
export type FaceVaryingLinearInterpolation = "none" | "cornersOnly" | "cornersPlus1" | "cornersPlus2" | "boundaries" | "all";
|
|
@@ -10,4 +10,3 @@ export declare class PointBased extends Gprim {
|
|
|
10
10
|
interpolateBoundary: InterpolateBoundary;
|
|
11
11
|
faceVaryingLinearInterpolation: FaceVaryingLinearInterpolation;
|
|
12
12
|
}
|
|
13
|
-
//# sourceMappingURL=PointBased.d.ts.map
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import { Variability } from "../../crate/Variability
|
|
2
|
-
import { Vec2fArrayAttr } from "../attributes/Vec2fArrayAttr
|
|
3
|
-
import { Vec3fArrayAttr } from "../attributes/Vec3fArrayAttr
|
|
4
|
-
import { VariabilityAttr } from "../attributes/VariabilityAttr
|
|
5
|
-
import { Gprim } from "./Gprim
|
|
1
|
+
import { Variability } from "../../crate/Variability";
|
|
2
|
+
import { Vec2fArrayAttr } from "../attributes/Vec2fArrayAttr";
|
|
3
|
+
import { Vec3fArrayAttr } from "../attributes/Vec3fArrayAttr";
|
|
4
|
+
import { VariabilityAttr } from "../attributes/VariabilityAttr";
|
|
5
|
+
import { Gprim } from "./Gprim";
|
|
6
6
|
export class PointBased extends Gprim {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(...arguments);
|
|
9
|
+
this.interpolateBoundary = "edgeAndCorner";
|
|
10
|
+
this.faceVaryingLinearInterpolation = "cornersPlus1";
|
|
11
|
+
}
|
|
7
12
|
set points(value) {
|
|
8
13
|
this.deleteChild("points");
|
|
9
14
|
if (value !== undefined) {
|
|
@@ -30,7 +35,5 @@ export class PointBased extends Gprim {
|
|
|
30
35
|
new VariabilityAttr(this, "subdivisionScheme", Variability.Uniform, value);
|
|
31
36
|
}
|
|
32
37
|
}
|
|
33
|
-
interpolateBoundary = "edgeAndCorner";
|
|
34
|
-
faceVaryingLinearInterpolation = "cornersPlus1";
|
|
35
38
|
}
|
|
36
39
|
//# sourceMappingURL=PointBased.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PointBased.js","sourceRoot":"","sources":["../../../src/nodes/geometry/PointBased.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PointBased.js","sourceRoot":"","sources":["../../../src/nodes/geometry/PointBased.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAe/B,MAAM,OAAO,UAAW,SAAQ,KAAK;IAArC;;QA+BI,wBAAmB,GAAwB,eAAe,CAAC;QAC3D,mCAA8B,GAAmC,cAAc,CAAC;IACpF,CAAC;IAhCG,IAAI,MAAM,CAAC,KAAoC;QAC3C,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;QAC1B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,cAAc,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,CAAC,CAAA;QAC1D,CAAC;IACL,CAAC;IACD,IAAI,SAAS,CAAC,KAAoC;QAC9C,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,CAAA;QAC/B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,MAAM,IAAI,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,cAAc,CAAC,CAAA;YACvF,IAAI,CAAC,aAAa,GAAG,aAAa,CAAA;QACtC,CAAC;IACL,CAAC;IAGD,IAAI,OAAO,CAAC,KAAoC;QAC5C,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAA;QAC3B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,MAAM,IAAI,GAAG,IAAI,cAAc,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY,CAAC,CAAA;YACrE,IAAI,CAAC,aAAa,GAAG,aAAa,CAAA;QACtC,CAAC;IACL,CAAC;IAGD,IAAI,iBAAiB,CAAC,KAAoC;QACtD,IAAI,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAA;QACrC,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,eAAe,CAAC,IAAI,EAAE,mBAAmB,EAAE,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,CAAA;QAC9E,CAAC;IACL,CAAC;CAGJ"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type { UsdNode } from "../../crate/UsdNode
|
|
2
|
-
import { Imageable } from "./Imageable
|
|
1
|
+
import type { UsdNode } from "../../crate/UsdNode";
|
|
2
|
+
import { Imageable } from "./Imageable";
|
|
3
3
|
export declare class Scope extends Imageable {
|
|
4
4
|
constructor(parent: UsdNode, name: string);
|
|
5
5
|
}
|
|
6
|
-
//# sourceMappingURL=Scope.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Specifier } from "../../crate/Specifier
|
|
2
|
-
import { SpecType } from "../../crate/SpecType
|
|
3
|
-
import { Imageable } from "./Imageable
|
|
1
|
+
import { Specifier } from "../../crate/Specifier";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType";
|
|
3
|
+
import { Imageable } from "./Imageable";
|
|
4
4
|
export class Scope extends Imageable {
|
|
5
5
|
constructor(parent, name) {
|
|
6
6
|
super(parent.crate, parent, -1, name, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Scope.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Scope.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Scope.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Scope.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAUvC,MAAM,OAAO,KAAM,SAAQ,SAAS;IAChC,YAAY,MAAe,EAAE,IAAY;QACrC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAA;QAC3C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAA;QAC9B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,GAAG,CAAA;QAC9B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAA;IAC3B,CAAC;CACJ"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type { UsdNode } from "../../crate/UsdNode
|
|
2
|
-
import { Xformable } from "./Xformable
|
|
1
|
+
import type { UsdNode } from "../../crate/UsdNode";
|
|
2
|
+
import { Xformable } from "./Xformable";
|
|
3
3
|
export declare class Xform extends Xformable {
|
|
4
4
|
constructor(parent: UsdNode, name: string);
|
|
5
5
|
}
|
|
6
|
-
//# sourceMappingURL=Xform.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Specifier } from "../../crate/Specifier
|
|
2
|
-
import { SpecType } from "../../crate/SpecType
|
|
3
|
-
import { Xformable } from "./Xformable
|
|
1
|
+
import { Specifier } from "../../crate/Specifier";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType";
|
|
3
|
+
import { Xformable } from "./Xformable";
|
|
4
4
|
export class Xform extends Xformable {
|
|
5
5
|
constructor(parent, name) {
|
|
6
6
|
super(parent.crate, parent, -1, name, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Xform.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Xform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Xform.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Xform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAE/C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAOvC,MAAM,OAAO,KAAM,SAAQ,SAAS;IAChC,YAAY,MAAe,EAAE,IAAY;QACrC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAA;QAC3C,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAA;QAC9B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,GAAG,CAAA;QAC9B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAA;IAC3B,CAAC;CACJ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Imageable } from "./Imageable
|
|
1
|
+
import { Imageable } from "./Imageable";
|
|
2
2
|
export declare abstract class Xformable extends Imageable {
|
|
3
3
|
customData?: any;
|
|
4
4
|
encodeFields(): void;
|
|
@@ -8,4 +8,3 @@ export declare abstract class Xformable extends Imageable {
|
|
|
8
8
|
set translate(value: number[] | undefined);
|
|
9
9
|
set xformOrder(value: ("xformOp:translate" | "xformOp:rotateXYZ" | "xformOp:scale")[] | undefined);
|
|
10
10
|
}
|
|
11
|
-
//# sourceMappingURL=Xformable.d.ts.map
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { Variability } from "../../crate/Variability
|
|
2
|
-
import { Attribute } from "../attributes/Attribute
|
|
3
|
-
import { StringAttr } from "../attributes/StringAttr
|
|
4
|
-
import { Imageable } from "./Imageable
|
|
1
|
+
import { Variability } from "../../crate/Variability";
|
|
2
|
+
import { Attribute } from "../attributes/Attribute";
|
|
3
|
+
import { StringAttr } from "../attributes/StringAttr";
|
|
4
|
+
import { Imageable } from "./Imageable";
|
|
5
5
|
export class Xformable extends Imageable {
|
|
6
|
-
customData;
|
|
7
6
|
encodeFields() {
|
|
8
7
|
super.encodeFields();
|
|
9
8
|
this.setCustomData("customData", this.customData);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Xformable.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Xformable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Xformable.js","sourceRoot":"","sources":["../../../src/nodes/geometry/Xformable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQvC,MAAM,OAAgB,SAAU,SAAQ,SAAS;IAGpC,YAAY;QACjB,KAAK,CAAC,YAAY,EAAE,CAAA;QACpB,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,CAAC,UAAU,CAAC,CAAA;IACrD,CAAC;IAED,IAAI,iBAAiB,CAAC,KAAyB;QAC3C,IAAI,CAAC,WAAW,CAAC,oCAAoC,CAAC,CAAA;QACtD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACtB,IAAI,UAAU,CAAC,IAAI,EAAE,oCAAoC,EAAE,KAAK,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC,CAAA;QACrF,CAAC;IACL,CAAC;IACD,IAAI,SAAS,CAAC,KAA2B;QACrC,IAAI,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAA;QACrC,IAAI,SAAS,CAAC,IAAI,EAAE,mBAAmB,EAAE,CAAC,IAAI,EAAE,EAAE;YAC9C,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAA;YACnC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IACD,IAAI,KAAK,CAAC,KAA2B;QACjC,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC,CAAA;QACjC,IAAI,SAAS,CAAC,IAAI,EAAE,eAAe,EAAE,CAAC,IAAI,EAAE,EAAE;YAC1C,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAA;YACnC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IACD,IAAI,SAAS,CAAC,KAA2B;QACrC,IAAI,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAA;QACrC,IAAI,SAAS,CAAC,IAAI,EAAE,mBAAmB,EAAE,CAAC,IAAI,EAAE,EAAE;YAC9C,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC,CAAA;YACpC,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACnC,CAAC,CAAC,CAAA;IACN,CAAC;IACD,IAAI,UAAU,CAAC,KAAkF;QAC7F,IAAI,SAAS,CAAC,IAAI,EAAE,cAAc,EAAE,CAAC,IAAI,EAAE,EAAE;YACzC,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC,CAAA;YACpC,IAAI,CAAC,cAAc,CAAC,aAAa,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;YACvD,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;QACxC,CAAC,CAAC,CAAA;IACN,CAAC;CACJ"}
|