From d9d7d9aefd8f1ad1eee24cce77ac6fde3c2d0295 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 17 Oct 2019 16:21:10 +0200
Subject: [PATCH] triage: fix loading auxillary meshes

---
 src/res/ext/MNI152.json | 1 +
 src/res/ext/colin.json  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/res/ext/MNI152.json b/src/res/ext/MNI152.json
index e4765a39c..fd2644c03 100644
--- a/src/res/ext/MNI152.json
+++ b/src/res/ext/MNI152.json
@@ -9,6 +9,7 @@
     {
       "name": "JuBrain Cytoarchitectonic Atlas",
       "ngId": "jubrain mni152 v18 left",
+      "auxillaryMeshIndices": [ 65535 ],
       "properties": {
         "version": "1.0",
         "description": "not yet",
diff --git a/src/res/ext/colin.json b/src/res/ext/colin.json
index fbb7a040b..cf46f53ef 100644
--- a/src/res/ext/colin.json
+++ b/src/res/ext/colin.json
@@ -9,6 +9,7 @@
     {
       "name": "JuBrain Cytoarchitectonic Atlas",
       "ngId": "jubrain colin v18 left",
+      "auxillaryMeshIndices": [ 65535 ],
       "properties": {
         "version": "1.0",
         "description": "not yet",
-- 
GitLab