diff --git a/assets/coffeescript/product_list.coffee b/assets/coffeescript/product_list.coffee index 7139807e..38f4c995 100644 --- a/assets/coffeescript/product_list.coffee +++ b/assets/coffeescript/product_list.coffee @@ -126,7 +126,7 @@ get_vr_ar_product_ids = -> return ['hololens_w120_e120b','htcviveb','oculusdk2b','oculusdk2m','epsonbt300b','epsonbt200b'] get_additional_product_ids = -> - return ['usbcupgrade','e120upgrade','support6','support12'] + return ['w3dupgrade','e120upgrade','usbcupgrade','support6','support12'] get_product_database = -> @@ -401,6 +401,13 @@ get_product_database = -> description_store: "Upgrade any existing Pupil headset with our custom made 120hz camera. This is a drop-in replacement. No tools needed. For more info, check out the camera specs in the configurator above." description_cart: "Camera upgrade: 120hz eye camera upgrade" img: [additional_product_path,'e120upgrade.jpg'].join('/') + w3dupgrade: + cost: 550 + title_product: '3d World Camera' + title_store: "3d World Camera" + description_store: "Upgrade any existing Pupil headset with a 3d world camera. Intel RealSense R200 RGBD camera. Provides stereo RGB images and depth image. For more info, check out the camera specs in the configurator above. Ships with USB connector cable." + description_cart: "World camera: Intel RealSense R200 RGBD camera. Provides stereo RGB images and depth image." + img: [additional_product_path,'w3dupgrade.jpg'].join('/') support6: cost: 1000 title_product: 'Support Contract' diff --git a/contents/media b/contents/media index c6e5fce8..5eaa56cd 160000 --- a/contents/media +++ b/contents/media @@ -1 +1 @@ -Subproject commit c6e5fce822e34d2492019a2cd93af737ab1ae1e2 +Subproject commit 5eaa56cd7f108d616c4d85b65770985f92cbd10d diff --git a/yarn.lock b/yarn.lock index ab8503d8..a7b146c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2787,11 +2787,7 @@ image-size@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.4.0.tgz#d4b4e1f61952e4cbc1cea9a6b0c915fecb707510" -image-size@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.0.tgz#be7aed1c37b5ac3d9ba1d66a24b4c47ff8397651" - -image-size@^0.5.4: +image-size@^0.5.0, image-size@^0.5.4: version "0.5.5" resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"