@markandre13/usd.js 0.0.5 → 0.0.7
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/README.md +10 -2
- package/dist/compression/compress.js +1 -1
- package/dist/compression/compress.js.map +1 -1
- package/dist/compression/integers.js +2 -0
- package/dist/compression/integers.js.map +1 -1
- package/dist/crate/BootStrap.d.ts +1 -1
- package/dist/crate/Crate.d.ts +14 -12
- package/dist/crate/Crate.js +38 -19
- package/dist/crate/Crate.js.map +1 -1
- package/dist/crate/CrateDataType.d.ts +1 -1
- package/dist/crate/CrateDataType.js +3 -0
- package/dist/crate/CrateDataType.js.map +1 -1
- package/dist/crate/Field.d.ts +4 -3
- package/dist/crate/Field.js +2 -2
- package/dist/crate/Field.js.map +1 -1
- package/dist/crate/FieldSets.d.ts +2 -2
- package/dist/crate/FieldSets.js +1 -0
- package/dist/crate/FieldSets.js.map +1 -1
- package/dist/crate/Fields.d.ts +27 -18
- package/dist/crate/Fields.js +243 -63
- package/dist/crate/Fields.js.map +1 -1
- package/dist/crate/Paths.d.ts +3 -3
- package/dist/crate/Reader.js +2 -2
- package/dist/crate/Reader.js.map +1 -1
- package/dist/crate/Section.d.ts +1 -1
- package/dist/crate/Specs.d.ts +3 -3
- package/dist/crate/Stage.js +1 -1
- package/dist/crate/Stage.js.map +1 -1
- package/dist/crate/Strings.d.ts +2 -2
- package/dist/crate/TableOfContents.d.ts +4 -4
- package/dist/crate/TableOfContents.js +1 -1
- package/dist/crate/TableOfContents.js.map +1 -1
- package/dist/crate/Tokens.d.ts +2 -2
- package/dist/crate/Tokens.js +2 -2
- package/dist/crate/Tokens.js.map +1 -1
- package/dist/crate/TypedTimeSamples.d.ts +5 -0
- package/dist/crate/TypedTimeSamples.js +2 -0
- package/dist/crate/TypedTimeSamples.js.map +1 -0
- package/dist/crate/ValueRep.d.ts +4 -4
- package/dist/crate/ValueRep.js +167 -16
- package/dist/crate/ValueRep.js.map +1 -1
- package/dist/crate/Writer.d.ts +3 -0
- package/dist/crate/Writer.js +19 -5
- package/dist/crate/Writer.js.map +1 -1
- package/dist/nodes/attributes/AssetPathAttr.js +1 -1
- package/dist/nodes/attributes/AssetPathAttr.js.map +1 -1
- package/dist/nodes/attributes/Attribute.d.ts +1 -1
- package/dist/nodes/attributes/Attribute.js +2 -2
- package/dist/nodes/attributes/Attribute.js.map +1 -1
- package/dist/nodes/attributes/BooleanAttr.d.ts +2 -2
- package/dist/nodes/attributes/BooleanAttr.js +2 -2
- package/dist/nodes/attributes/BooleanAttr.js.map +1 -1
- package/dist/nodes/attributes/Color3fAttr.d.ts +1 -1
- package/dist/nodes/attributes/Color3fAttr.js +2 -2
- package/dist/nodes/attributes/Color3fAttr.js.map +1 -1
- package/dist/nodes/attributes/FloatArrayAttr.d.ts +6 -0
- package/dist/nodes/attributes/FloatArrayAttr.js +18 -0
- package/dist/nodes/attributes/FloatArrayAttr.js.map +1 -0
- package/dist/nodes/attributes/FloatAttr.d.ts +1 -1
- package/dist/nodes/attributes/FloatAttr.js +2 -2
- package/dist/nodes/attributes/FloatAttr.js.map +1 -1
- package/dist/nodes/attributes/IntArrayAttr.d.ts +4 -2
- package/dist/nodes/attributes/IntArrayAttr.js +7 -3
- package/dist/nodes/attributes/IntArrayAttr.js.map +1 -1
- package/dist/nodes/attributes/Relationship.d.ts +2 -2
- package/dist/nodes/attributes/Relationship.js +3 -3
- package/dist/nodes/attributes/Relationship.js.map +1 -1
- package/dist/nodes/attributes/StringAttr.d.ts +1 -1
- package/dist/nodes/attributes/StringAttr.js +2 -2
- package/dist/nodes/attributes/StringAttr.js.map +1 -1
- package/dist/nodes/attributes/TokenAttr.d.ts +4 -4
- package/dist/nodes/attributes/TokenAttr.js +14 -4
- package/dist/nodes/attributes/TokenAttr.js.map +1 -1
- package/dist/nodes/attributes/VariabilityAttr.d.ts +2 -2
- package/dist/nodes/attributes/VariabilityAttr.js +2 -2
- package/dist/nodes/attributes/VariabilityAttr.js.map +1 -1
- package/dist/nodes/attributes/Vec2fArrayAttr.d.ts +2 -2
- package/dist/nodes/attributes/Vec2fArrayAttr.js +2 -2
- package/dist/nodes/attributes/Vec2fArrayAttr.js.map +1 -1
- package/dist/nodes/attributes/Vec3fArrayAttr.d.ts +4 -2
- package/dist/nodes/attributes/Vec3fArrayAttr.js +7 -3
- package/dist/nodes/attributes/Vec3fArrayAttr.js.map +1 -1
- package/dist/nodes/geometry/Boundable.d.ts +1 -1
- 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 -2
- package/dist/nodes/geometry/Camera.js +5 -5
- package/dist/nodes/geometry/Camera.js.map +1 -1
- package/dist/nodes/geometry/GeomSubset.d.ts +67 -2
- package/dist/nodes/geometry/GeomSubset.js +103 -10
- package/dist/nodes/geometry/GeomSubset.js.map +1 -1
- package/dist/nodes/geometry/Gprim.d.ts +1 -1
- 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 -1
- package/dist/nodes/geometry/Imageable.js +1 -1
- package/dist/nodes/geometry/Imageable.js.map +1 -1
- package/dist/nodes/geometry/Mesh.d.ts +11 -7
- package/dist/nodes/geometry/Mesh.js +39 -15
- package/dist/nodes/geometry/Mesh.js.map +1 -1
- package/dist/nodes/geometry/PointBased.d.ts +2 -1
- package/dist/nodes/geometry/PointBased.js +15 -3
- package/dist/nodes/geometry/PointBased.js.map +1 -1
- package/dist/nodes/geometry/Scope.d.ts +3 -2
- package/dist/nodes/geometry/Scope.js +7 -3
- package/dist/nodes/geometry/Scope.js.map +1 -1
- package/dist/nodes/geometry/SkelBindingAPI.d.ts +20 -3
- package/dist/nodes/geometry/Xform.d.ts +2 -2
- package/dist/nodes/geometry/Xform.js +3 -3
- package/dist/nodes/geometry/Xform.js.map +1 -1
- package/dist/nodes/geometry/Xformable.d.ts +7 -4
- package/dist/nodes/geometry/Xformable.js +50 -14
- package/dist/nodes/geometry/Xformable.js.map +1 -1
- package/dist/nodes/lux/BoundableLightBase.d.ts +1 -1
- package/dist/nodes/lux/BoundableLightBase.js +3 -3
- package/dist/nodes/lux/BoundableLightBase.js.map +1 -1
- package/dist/nodes/lux/DomeLight.d.ts +6 -2
- package/dist/nodes/lux/DomeLight.js +35 -4
- package/dist/nodes/lux/DomeLight.js.map +1 -1
- package/dist/nodes/lux/NonboundableLightBase.d.ts +1 -1
- 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 -2
- package/dist/nodes/lux/SphereLight.js +4 -4
- package/dist/nodes/lux/SphereLight.js.map +1 -1
- package/dist/nodes/shader/Material.d.ts +3 -2
- package/dist/nodes/shader/Material.js +17 -4
- package/dist/nodes/shader/Material.js.map +1 -1
- package/dist/nodes/shader/NodeGraph.d.ts +1 -1
- 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 -2
- package/dist/nodes/shader/Shader.js +4 -4
- package/dist/nodes/shader/Shader.js.map +1 -1
- package/dist/nodes/shader/blender/ImageTexture.d.ts +12 -0
- package/dist/nodes/shader/blender/ImageTexture.js +59 -0
- package/dist/nodes/shader/blender/ImageTexture.js.map +1 -0
- package/dist/nodes/shader/blender/PrincipledBSDF.d.ts +14 -0
- package/dist/nodes/shader/blender/PrincipledBSDF.js +82 -0
- package/dist/nodes/shader/blender/PrincipledBSDF.js.map +1 -0
- package/dist/nodes/shader/blender/UVMap.d.ts +9 -0
- package/dist/nodes/shader/blender/UVMap.js +32 -0
- package/dist/nodes/shader/blender/UVMap.js.map +1 -0
- package/dist/nodes/skeleton/BlendShape.d.ts +21 -0
- package/dist/nodes/skeleton/BlendShape.js +46 -0
- package/dist/nodes/skeleton/BlendShape.js.map +1 -0
- package/dist/nodes/skeleton/SkelAnimation.d.ts +51 -0
- package/dist/nodes/skeleton/SkelAnimation.js +133 -0
- package/dist/nodes/skeleton/SkelAnimation.js.map +1 -0
- package/dist/nodes/skeleton/SkelRoot.d.ts +7 -3
- package/dist/nodes/skeleton/SkelRoot.js +8 -4
- package/dist/nodes/skeleton/SkelRoot.js.map +1 -1
- package/dist/nodes/skeleton/Skeleton.d.ts +13 -2
- package/dist/nodes/skeleton/Skeleton.js +24 -7
- package/dist/nodes/skeleton/Skeleton.js.map +1 -1
- package/dist/nodes/usd/PseudoRoot.d.ts +5 -2
- package/dist/nodes/usd/PseudoRoot.js +5 -2
- package/dist/nodes/usd/PseudoRoot.js.map +1 -1
- package/dist/nodes/usd/SchemaBase.d.ts +1 -1
- 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 -2
- package/dist/nodes/usd/Typed.js +1 -1
- package/dist/nodes/usd/Typed.js.map +1 -1
- package/dist/nodes/usd/UsdNode.d.ts +19 -6
- package/dist/nodes/usd/UsdNode.js +68 -2
- package/dist/nodes/usd/UsdNode.js.map +1 -1
- package/dist/types/ListOp.d.ts +29 -0
- package/dist/types/ListOp.js +22 -0
- package/dist/types/ListOp.js.map +1 -0
- package/dist/types/TimeSamples.d.ts +4 -0
- package/dist/types/TimeSamples.js +2 -0
- package/dist/types/TimeSamples.js.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatArrayAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/FloatArrayAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAG3C,MAAM,OAAO,cAAe,SAAQ,OAAO;IAEvC,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;QACxB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC,CAC/C,CAAA;QACD,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACxB,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CACpD,CAAA;QACL,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class FloatAttr extends UsdNode {
|
|
4
4
|
constructor(parent, name, value) {
|
|
5
5
|
super(parent.crate, parent, -1, name, false);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/FloatAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"FloatAttr.js","sourceRoot":"","sources":["../../../src/nodes/attributes/FloatAttr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,MAAM,OAAO,SAAU,SAAQ,OAAO;IAElC,YAAY,MAAe,EAAE,IAAY,EAAE,KAAa;QACpD,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;QACxB,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,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,KAAe,CAAC,CACzD,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Variability } from "../../crate/Variability.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
2
3
|
export declare class IntArrayAttr extends UsdNode {
|
|
3
4
|
value: ArrayLike<number>;
|
|
4
|
-
|
|
5
|
+
variability?: Variability;
|
|
6
|
+
constructor(parent: UsdNode, name: string, value: ArrayLike<number>, variability?: Variability);
|
|
5
7
|
encodeFields(): void;
|
|
6
8
|
}
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class IntArrayAttr extends UsdNode {
|
|
4
|
-
constructor(parent, name, value) {
|
|
4
|
+
constructor(parent, name, value, variability) {
|
|
5
5
|
super(parent.crate, parent, -1, name, false);
|
|
6
6
|
this.spec_type = SpecType.Attribute;
|
|
7
7
|
this.value = value;
|
|
8
|
+
this.variability = variability;
|
|
8
9
|
}
|
|
9
10
|
encodeFields() {
|
|
10
11
|
super.encodeFields();
|
|
11
12
|
const crate = this.crate;
|
|
12
13
|
crate.fieldsets.fieldset_indices.push(crate.fields.setToken("typeName", "int[]"));
|
|
14
|
+
if (this.variability !== undefined) {
|
|
15
|
+
crate.fieldsets.fieldset_indices.push(crate.fields.setVariability("variability", this.variability));
|
|
16
|
+
}
|
|
13
17
|
crate.fieldsets.fieldset_indices.push(crate.fields.setIntArray("default", this.value));
|
|
14
18
|
}
|
|
15
19
|
}
|
|
@@ -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,yBAAyB,CAAA;AAElD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,MAAM,OAAO,YAAa,SAAQ,OAAO;IAGrC,YAAY,MAAe,EAAE,IAAY,EAAE,KAAwB,EAAE,WAAyB;QAC1F,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,WAAW,GAAG,WAAW,CAAA;IAClC,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,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,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,5 +1,5 @@
|
|
|
1
|
-
import type { ListOp } from "../../
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import type { ListOp } from "../../types/ListOp.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export declare class Relationship extends UsdNode {
|
|
4
4
|
value: ListOp<UsdNode>;
|
|
5
5
|
constructor(parent: UsdNode, name: string, value: ListOp<UsdNode>);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
3
|
-
import { Variability } from "../../crate/Variability";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
|
+
import { Variability } from "../../crate/Variability.js";
|
|
4
4
|
export class Relationship extends UsdNode {
|
|
5
5
|
constructor(parent, name, value) {
|
|
6
6
|
super(parent.crate, parent, -1, name, false);
|
|
@@ -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,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,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,5 +1,5 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class StringAttr extends UsdNode {
|
|
4
4
|
constructor(parent, name, value, options) {
|
|
5
5
|
super(parent.crate, parent, -1, name, false);
|
|
@@ -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,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,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,8 +1,8 @@
|
|
|
1
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
2
|
-
import type { Variability } from "../../crate/Variability";
|
|
1
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
2
|
+
import type { Variability } from "../../crate/Variability.js";
|
|
3
3
|
export declare class TokenAttr extends UsdNode {
|
|
4
4
|
variability?: Variability;
|
|
5
|
-
token?: string;
|
|
6
|
-
constructor(parent: UsdNode, name: string, variability?: Variability, token?: string);
|
|
5
|
+
token?: string | string[];
|
|
6
|
+
constructor(parent: UsdNode, name: string, variability?: Variability, token?: string | string[]);
|
|
7
7
|
encodeFields(): void;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class TokenAttr extends UsdNode {
|
|
4
4
|
constructor(parent, name, variability, token) {
|
|
5
5
|
super(parent.crate, parent, -1, name, false);
|
|
@@ -10,12 +10,22 @@ export class TokenAttr extends UsdNode {
|
|
|
10
10
|
encodeFields() {
|
|
11
11
|
super.encodeFields();
|
|
12
12
|
const crate = this.crate;
|
|
13
|
-
|
|
13
|
+
if (Array.isArray(this.token)) {
|
|
14
|
+
crate.fieldsets.fieldset_indices.push(crate.fields.setToken("typeName", "token[]"));
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
crate.fieldsets.fieldset_indices.push(crate.fields.setToken("typeName", "token"));
|
|
18
|
+
}
|
|
14
19
|
if (this.variability !== undefined) {
|
|
15
20
|
crate.fieldsets.fieldset_indices.push(crate.fields.setVariability("variability", this.variability));
|
|
16
21
|
}
|
|
17
22
|
if (this.token !== undefined) {
|
|
18
|
-
|
|
23
|
+
if (Array.isArray(this.token)) {
|
|
24
|
+
crate.fieldsets.fieldset_indices.push(crate.fields.setTokenArray("default", this.token));
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
crate.fieldsets.fieldset_indices.push(crate.fields.setToken("default", this.token));
|
|
28
|
+
}
|
|
19
29
|
}
|
|
20
30
|
}
|
|
21
31
|
}
|
|
@@ -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,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAG3C,MAAM,OAAO,SAAU,SAAQ,OAAO;IAGlC,YAAY,MAAe,EAAE,IAAY,EAAE,WAAyB,EAAE,KAAyB;QAC3F,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,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC,CAC/C,CAAA;QACL,CAAC;aAAM,CAAC;YACJ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAC7C,CAAA;QACL,CAAC;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,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;gBAC5B,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CACpD,CAAA;YACL,CAAC;iBAAM,CAAC;gBACJ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CACjC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAC/C,CAAA;YACL,CAAC;QACL,CAAC;IACL,CAAC;CACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
2
|
-
import type { Variability } from "../../crate/Variability";
|
|
1
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
2
|
+
import type { Variability } from "../../crate/Variability.js";
|
|
3
3
|
export declare class VariabilityAttr extends UsdNode {
|
|
4
4
|
variability: Variability;
|
|
5
5
|
value: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class VariabilityAttr extends UsdNode {
|
|
4
4
|
constructor(parent, name, variability, value) {
|
|
5
5
|
super(parent.crate, parent, -1, name, false);
|
|
@@ -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,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAG3C,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 "../usd/UsdNode";
|
|
1
|
+
import type { Crate } from "../../crate/Crate.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export declare class Vec2fArrayAttr extends UsdNode {
|
|
4
4
|
value: ArrayLike<number>;
|
|
5
5
|
typeName: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class Vec2fArrayAttr extends UsdNode {
|
|
4
4
|
constructor(crate, parent, name, value, typeName) {
|
|
5
5
|
super(crate, parent, -1, name, false);
|
|
@@ -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,yBAAyB,CAAA;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,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,8 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Variability } from "../../crate/Variability.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
2
3
|
export declare class Vec3fArrayAttr extends UsdNode {
|
|
3
4
|
value: ArrayLike<number>;
|
|
4
5
|
typeName: string;
|
|
5
6
|
interpolation?: string;
|
|
6
|
-
|
|
7
|
+
variability?: Variability;
|
|
8
|
+
constructor(parent: UsdNode, name: string, value: ArrayLike<number>, typeName: "float3[]" | "point3f[]" | "normal3f[]" | "vector3f[]", variability?: Variability);
|
|
7
9
|
encodeFields(): void;
|
|
8
10
|
}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import { SpecType } from "../../crate/SpecType";
|
|
2
|
-
import { UsdNode } from "../usd/UsdNode";
|
|
1
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
2
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
3
3
|
export class Vec3fArrayAttr extends UsdNode {
|
|
4
|
-
constructor(parent, name, value, typeName) {
|
|
4
|
+
constructor(parent, name, value, typeName, variability) {
|
|
5
5
|
super(parent.crate, parent, -1, name, false);
|
|
6
6
|
this.spec_type = SpecType.Attribute;
|
|
7
7
|
this.value = value;
|
|
8
8
|
this.typeName = typeName;
|
|
9
|
+
this.variability = variability;
|
|
9
10
|
}
|
|
10
11
|
encodeFields() {
|
|
11
12
|
super.encodeFields();
|
|
12
13
|
const crate = this.crate;
|
|
13
14
|
crate.fieldsets.fieldset_indices.push(crate.fields.setToken("typeName", this.typeName));
|
|
15
|
+
if (this.variability !== undefined) {
|
|
16
|
+
crate.fieldsets.fieldset_indices.push(crate.fields.setVariability("variability", this.variability));
|
|
17
|
+
}
|
|
14
18
|
crate.fieldsets.fieldset_indices.push(crate.fields.setVec3fArray("default", this.value));
|
|
15
19
|
if (this.interpolation !== undefined) {
|
|
16
20
|
crate.fieldsets.fieldset_indices.push(crate.fields.setToken("interpolation", this.interpolation));
|
|
@@ -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,yBAAyB,CAAA;AAElD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAE3C,MAAM,OAAO,cAAe,SAAQ,OAAO;IAKvC,YACI,MAAe,EACf,IAAY,EACZ,KAAwB,EACxB,QAAgE,EAChE,WAAyB;QAEzB,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;QACxB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAA;IAClC,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,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,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.js";
|
|
2
|
+
import { Xformable } from "./Xformable.js";
|
|
3
3
|
/**
|
|
4
4
|
* Boundable introduces the ability for a prim to persistently
|
|
5
5
|
* cache a rectilinear, local-space, 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,iCAAiC,CAAA;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE1C;;;;;GAKG;AACH,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,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.js";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
3
|
+
import { Attribute } from "../attributes/Attribute.js";
|
|
4
|
+
import { StringAttr } from "../attributes/StringAttr.js";
|
|
5
|
+
import { Boundable } from "./Boundable.js";
|
|
6
6
|
/**
|
|
7
7
|
* Transformable camera.
|
|
8
8
|
*
|
|
@@ -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":"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"}
|
|
@@ -1,5 +1,70 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { ListOp } from "../../types/ListOp.js";
|
|
2
|
+
import { Material } from "../shader/Material.js";
|
|
3
|
+
import { Typed } from "../usd/Typed.js";
|
|
4
|
+
import { UsdNode } from "../usd/UsdNode.js";
|
|
5
|
+
/**
|
|
6
|
+
* Encodes a subset of a piece of geometry (i.e. a UsdGeomImageable)
|
|
7
|
+
* as a set of indices. Currently supports encoding subsets of faces,
|
|
8
|
+
* points, edges, segments, and tetrahedrons.
|
|
9
|
+
*
|
|
10
|
+
* To apply to a geometric prim, a GeomSubset prim must be the prim's direct
|
|
11
|
+
* child in namespace, and possess a concrete defining specifier (i.e. def).
|
|
12
|
+
* This restriction makes it easy and efficient to discover subsets of a prim.
|
|
13
|
+
* We might want to relax this restriction if it's common to have multiple
|
|
14
|
+
* <b>families</b> of subsets on a gprim and if it's useful to be able to
|
|
15
|
+
* organize subsets belonging to a <b>family</b> under a common scope. See
|
|
16
|
+
* 'familyName' attribute for more info on defining a family of subsets.
|
|
17
|
+
*
|
|
18
|
+
* defined in pxr/usd/usdGeom/schema.usda
|
|
19
|
+
*/
|
|
20
|
+
export declare class GeomSubset extends Typed {
|
|
3
21
|
constructor(parent: UsdNode, name: string);
|
|
4
22
|
encodeFields(): void;
|
|
23
|
+
private apiSchemas?;
|
|
24
|
+
private prependApiSchema;
|
|
25
|
+
/**
|
|
26
|
+
* The type of element that the indices target. "elementType" can
|
|
27
|
+
* have one of the following values:
|
|
28
|
+
* - face: Identifies faces on a Gprim's surface. For a
|
|
29
|
+
* UsdGeomMesh, each element of the _indices_ attribute would refer to
|
|
30
|
+
* an element of the Mesh's _faceCounts_ attribute. For a UsdGeomTetMesh,
|
|
31
|
+
* each element of the _indices_ attribute would refer to an element of
|
|
32
|
+
* the Mesh's _surfaceFaceVertexIndices_ attribute.</li>
|
|
33
|
+
* - point: for any UsdGeomPointBased, each
|
|
34
|
+
* element of the _indices_ attribute would refer to an element of the
|
|
35
|
+
* Mesh's _points_ attribute</li>
|
|
36
|
+
* - edge: for any UsdGeomMesh, each pair of elements
|
|
37
|
+
* in the _indices_ attribute would refer to a pair of points of the
|
|
38
|
+
* Mesh's _points_ attribute that are connected as an implicit edge on the
|
|
39
|
+
* Mesh. These edges are derived from the Mesh's _faceVertexIndices_
|
|
40
|
+
* attribute. Edges are not currently defined for a UsdGeomTetMesh, but
|
|
41
|
+
* could be derived from all tetrahedron edges or surface face edges only
|
|
42
|
+
* if a specific use-case arises.</li>
|
|
43
|
+
* - segment: for any Curve, each pair of elements
|
|
44
|
+
* in the _indices_ attribute would refer to a pair of indices
|
|
45
|
+
* (_curveIndex_, _segmentIndex_) where _curveIndex_ is the position of
|
|
46
|
+
* the specified curve in the Curve's _curveVertexCounts_ attribute, and
|
|
47
|
+
* _segmentIndex_ is the index of the segment within that curve.</li>
|
|
48
|
+
* - tetrahedron: for any UsdGeomTetMesh, each element of the
|
|
49
|
+
* _indices_ attribute would refer to an element of the TetMesh's
|
|
50
|
+
* _tetVertexIndices_ attribute.
|
|
51
|
+
* </li></ul>
|
|
52
|
+
*/
|
|
53
|
+
set elementType(value: "face" | "point" | "edge" | "segment" | "tetrahedron" | undefined);
|
|
54
|
+
/**
|
|
55
|
+
* The set of indices included in this subset. The indices need not
|
|
56
|
+
* be sorted, but the same index should not appear more than once. Indices
|
|
57
|
+
* are invalid if outside the range [0, elementCount) for the given time on
|
|
58
|
+
* the parent geometric prim.
|
|
59
|
+
*/
|
|
60
|
+
set indices(value: ArrayLike<number> | undefined);
|
|
61
|
+
/**
|
|
62
|
+
* The name of the family of subsets that this subset belongs to.
|
|
63
|
+
* This is optional and is primarily useful when there are multiple
|
|
64
|
+
* families of subsets under a geometric prim. In some cases, this could
|
|
65
|
+
* also be used for achieving proper roundtripping of subset data between
|
|
66
|
+
* DCC apps.
|
|
67
|
+
*/
|
|
68
|
+
set familyName(value: string | undefined);
|
|
69
|
+
set materialBinding(value: ListOp<Material> | undefined);
|
|
5
70
|
}
|
|
@@ -1,19 +1,112 @@
|
|
|
1
|
-
import { Specifier } from "../../crate/Specifier";
|
|
2
|
-
import { SpecType } from "../../crate/SpecType";
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { Specifier } from "../../crate/Specifier.js";
|
|
2
|
+
import { SpecType } from "../../crate/SpecType.js";
|
|
3
|
+
import { Variability } from "../../crate/Variability.js";
|
|
4
|
+
import { IntArrayAttr } from "../attributes/IntArrayAttr.js";
|
|
5
|
+
import { Relationship } from "../attributes/Relationship.js";
|
|
6
|
+
import { VariabilityAttr } from "../attributes/VariabilityAttr.js";
|
|
7
|
+
import { Typed } from "../usd/Typed.js";
|
|
8
|
+
/**
|
|
9
|
+
* Encodes a subset of a piece of geometry (i.e. a UsdGeomImageable)
|
|
10
|
+
* as a set of indices. Currently supports encoding subsets of faces,
|
|
11
|
+
* points, edges, segments, and tetrahedrons.
|
|
12
|
+
*
|
|
13
|
+
* To apply to a geometric prim, a GeomSubset prim must be the prim's direct
|
|
14
|
+
* child in namespace, and possess a concrete defining specifier (i.e. def).
|
|
15
|
+
* This restriction makes it easy and efficient to discover subsets of a prim.
|
|
16
|
+
* We might want to relax this restriction if it's common to have multiple
|
|
17
|
+
* <b>families</b> of subsets on a gprim and if it's useful to be able to
|
|
18
|
+
* organize subsets belonging to a <b>family</b> under a common scope. See
|
|
19
|
+
* 'familyName' attribute for more info on defining a family of subsets.
|
|
20
|
+
*
|
|
21
|
+
* defined in pxr/usd/usdGeom/schema.usda
|
|
22
|
+
*/
|
|
23
|
+
export class GeomSubset extends Typed {
|
|
5
24
|
constructor(parent, name) {
|
|
6
25
|
super(parent.crate, parent, -1, name, false);
|
|
7
26
|
this.spec_type = SpecType.Prim;
|
|
27
|
+
this.specifier = Specifier.Def;
|
|
28
|
+
this.typeName = "GeomSubset";
|
|
8
29
|
}
|
|
9
30
|
encodeFields() {
|
|
10
31
|
super.encodeFields();
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
32
|
+
this.setTokenListOp("apiSchemas", this.apiSchemas);
|
|
33
|
+
}
|
|
34
|
+
prependApiSchema(name) {
|
|
35
|
+
if (this.apiSchemas === undefined) {
|
|
36
|
+
this.apiSchemas = {};
|
|
37
|
+
}
|
|
38
|
+
if (this.apiSchemas.prepend === undefined) {
|
|
39
|
+
this.apiSchemas.prepend = [];
|
|
40
|
+
}
|
|
41
|
+
if (this.apiSchemas.prepend.find(it => it === name) === undefined) {
|
|
42
|
+
this.apiSchemas.prepend.push(name);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The type of element that the indices target. "elementType" can
|
|
47
|
+
* have one of the following values:
|
|
48
|
+
* - face: Identifies faces on a Gprim's surface. For a
|
|
49
|
+
* UsdGeomMesh, each element of the _indices_ attribute would refer to
|
|
50
|
+
* an element of the Mesh's _faceCounts_ attribute. For a UsdGeomTetMesh,
|
|
51
|
+
* each element of the _indices_ attribute would refer to an element of
|
|
52
|
+
* the Mesh's _surfaceFaceVertexIndices_ attribute.</li>
|
|
53
|
+
* - point: for any UsdGeomPointBased, each
|
|
54
|
+
* element of the _indices_ attribute would refer to an element of the
|
|
55
|
+
* Mesh's _points_ attribute</li>
|
|
56
|
+
* - edge: for any UsdGeomMesh, each pair of elements
|
|
57
|
+
* in the _indices_ attribute would refer to a pair of points of the
|
|
58
|
+
* Mesh's _points_ attribute that are connected as an implicit edge on the
|
|
59
|
+
* Mesh. These edges are derived from the Mesh's _faceVertexIndices_
|
|
60
|
+
* attribute. Edges are not currently defined for a UsdGeomTetMesh, but
|
|
61
|
+
* could be derived from all tetrahedron edges or surface face edges only
|
|
62
|
+
* if a specific use-case arises.</li>
|
|
63
|
+
* - segment: for any Curve, each pair of elements
|
|
64
|
+
* in the _indices_ attribute would refer to a pair of indices
|
|
65
|
+
* (_curveIndex_, _segmentIndex_) where _curveIndex_ is the position of
|
|
66
|
+
* the specified curve in the Curve's _curveVertexCounts_ attribute, and
|
|
67
|
+
* _segmentIndex_ is the index of the segment within that curve.</li>
|
|
68
|
+
* - tetrahedron: for any UsdGeomTetMesh, each element of the
|
|
69
|
+
* _indices_ attribute would refer to an element of the TetMesh's
|
|
70
|
+
* _tetVertexIndices_ attribute.
|
|
71
|
+
* </li></ul>
|
|
72
|
+
*/
|
|
73
|
+
set elementType(value) {
|
|
74
|
+
this.deleteChild("elementType");
|
|
75
|
+
if (value !== undefined) {
|
|
76
|
+
new VariabilityAttr(this, "elementType", Variability.Uniform, value);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* The set of indices included in this subset. The indices need not
|
|
81
|
+
* be sorted, but the same index should not appear more than once. Indices
|
|
82
|
+
* are invalid if outside the range [0, elementCount) for the given time on
|
|
83
|
+
* the parent geometric prim.
|
|
84
|
+
*/
|
|
85
|
+
set indices(value) {
|
|
86
|
+
this.deleteChild("indices");
|
|
87
|
+
if (value !== undefined) {
|
|
88
|
+
new IntArrayAttr(this, "indices", value);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* The name of the family of subsets that this subset belongs to.
|
|
93
|
+
* This is optional and is primarily useful when there are multiple
|
|
94
|
+
* families of subsets under a geometric prim. In some cases, this could
|
|
95
|
+
* also be used for achieving proper roundtripping of subset data between
|
|
96
|
+
* DCC apps.
|
|
97
|
+
*/
|
|
98
|
+
set familyName(value) {
|
|
99
|
+
this.deleteChild("familyName");
|
|
100
|
+
if (value !== undefined) {
|
|
101
|
+
new VariabilityAttr(this, "familyName", Variability.Uniform, value);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
set materialBinding(value) {
|
|
105
|
+
this.deleteChild("material:binding");
|
|
106
|
+
if (value !== undefined) {
|
|
107
|
+
this.prependApiSchema("MaterialBindingAPI");
|
|
108
|
+
new Relationship(this, "material:binding", value);
|
|
109
|
+
}
|
|
17
110
|
}
|
|
18
111
|
}
|
|
19
112
|
//# sourceMappingURL=GeomSubset.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeomSubset.js","sourceRoot":"","sources":["../../../src/nodes/geometry/GeomSubset.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GeomSubset.js","sourceRoot":"","sources":["../../../src/nodes/geometry/GeomSubset.ts"],"names":[],"mappings":"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"}
|
|
@@ -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.js";
|
|
2
|
+
import { BooleanAttr } from "../attributes/BooleanAttr.js";
|
|
3
|
+
import { Boundable } from "./Boundable.js";
|
|
4
4
|
/**
|
|
5
5
|
* Base class for all geometric primitives.
|
|
6
6
|
*
|
|
@@ -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,4BAA4B,CAAA;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE1C;;;;;;;;GAQG;AACH,MAAM,OAAO,KAAM,SAAQ,SAAS;IAChC,kCAAkC;IAClC,kCAAkC;IAElC;;;;;;;;;;;;;;;;;;OAkBG;IACH,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,iBAAiB,CAAA;AAEvC;;;;;;;;GAQG;AACH,MAAM,OAAO,SAAU,SAAQ,KAAK;CAAI"}
|