Skip to content

Commit

Permalink
update voyager on RC38
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Mar 7, 2024
1 parent b6389e1 commit d05fb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/server/utils/schema/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export interface IAnnotation
imageCredit?: Dictionary<string>;
imageAltText?: Dictionary<string>;
audioId?: string;
viewId?: string;

style?: string;
visible?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion source/voyager
Submodule voyager updated 39 files
+1 −1 libs/ff-graph
+1 −1 libs/ff-three
+6 −5 source/client/annotations/CircleSprite.ts
+3 −2 source/client/annotations/ExtendedSprite.ts
+2 −0 source/client/annotations/StandardSprite.ts
+2 −2 source/client/applications/StoryApplication.ts
+4 −1 source/client/applications/coreTypes.ts
+45 −1 source/client/components/CVARManager.ts
+41 −8 source/client/components/CVAnnotationView.ts
+61 −3 source/client/components/CVAnnotationsTask.ts
+52 −24 source/client/components/CVAudioManager.ts
+22 −1 source/client/components/CVGrid.ts
+12 −0 source/client/components/CVMediaManager.ts
+38 −7 source/client/components/CVModel2.ts
+4 −0 source/client/components/CVPoseTask.ts
+1 −0 source/client/components/CVSnapshots.ts
+2 −2 source/client/components/CVStandaloneFileManager.ts
+209 −0 source/client/components/CVStaticAnnotationView.ts
+45 −12 source/client/components/CVTape.ts
+3 −1 source/client/io/JSONWriter.ts
+5 −0 source/client/models/Annotation.ts
+2 −1 source/client/nodes/NVNode.ts
+4 −0 source/client/schema/json/meta.schema.json
+5 −0 source/client/schema/json/model.schema.json
+2 −0 source/client/schema/meta.ts
+1 −0 source/client/schema/model.ts
+1 −1 source/client/shaders/uberPBRShader.frag
+4 −3 source/client/ui/SceneView.ts
+111 −0 source/client/ui/explorer/ARCode.ts
+4 −0 source/client/ui/explorer/ChromeView.ts
+0 −25 source/client/ui/explorer/HelpMain.ts
+16 −5 source/client/ui/explorer/MainMenu.ts
+47 −10 source/client/ui/explorer/styles.scss
+32 −0 source/client/ui/story/AnnotationsTaskView.ts
+2 −2 source/client/ui/story/ArticleEditor.ts
+1 −1 source/client/ui/story/CaptureTaskView.ts
+14 −0 source/client/ui/story/NodeTree.ts
+1 −1 source/client/ui/story/PropertyView.ts
+1 −1 source/client/ui/story/styles.scss

0 comments on commit d05fb6c

Please sign in to comment.