Skip to content

Commit 73d7273

Browse files
authored
Merge pull request #170 from NDLANO/add-3d-model-support
Added support for 3d model
2 parents d013d50 + a69bac3 commit 73d7273

File tree

8 files changed

+45
-41
lines changed

8 files changed

+45
-41
lines changed

scripts/assets/360-image-v1.1.zip

115 KB
Binary file not shown.

scripts/assets/360-image.eot

76 Bytes
Binary file not shown.

scripts/assets/360-image.svg

+39-38
Loading

scripts/assets/360-image.ttf

76 Bytes
Binary file not shown.

scripts/assets/360-image.woff

76 Bytes
Binary file not shown.

scripts/components/Interactions/NavigationButton.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const infoInteractions = [
2727
'H5P.SingleChoiceSet',
2828
'H5P.MultiChoice',
2929
'H5P.Blanks',
30-
'H5P.Crosswords'
30+
'H5P.Crosswords',
31+
'H5P.ThreeDModel'
3132
];
3233

3334
/**

scripts/styles/icons.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ $scoreSummary: "\e912";
2929

3030
$checkmark: "\2713";
3131

32-
$crossword: "\e924";
32+
$crossword: "\e924";
33+
$threedmodel: "\e925";

semantics.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@
295295
"H5P.SingleChoiceSet 1.11",
296296
"H5P.MultiChoice 1.16",
297297
"H5P.Blanks 1.14",
298-
"H5P.Crossword 0.5"
298+
"H5P.Crossword 0.5",
299+
"H5P.ThreeDModel 1.0"
299300
]
300301
},
301302
{

0 commit comments

Comments
 (0)