Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Has anyone tried creating a New Volume with the Medical Example scene?

Hello,

I am working with the Medical Example scene in HoloToolkit-Examples. The scene works fine. Now I am trying to create a New Volume. I am using the BrainSlices directory and image files for testing and left the values exactly the same.

However, when running Create->Volume Information, it reports the following error:

IndexOutOfRangeException: Array index is out of range.
HoloToolkit.Unity.VolumeBuffer`1[UnityEngine.Color32].SetVoxel (Int3 pos, Color32 val) (at Assets/HoloToolkit-Examples/Medical/Scripts/VolumeBuffer.cs:54)
HoloToolkit.Unity.VolumeImportImages.ConvertFolderToVolume (System.String folder, Boolean inferAlpha, HoloToolkit.Unity.Int3& size) (at Assets/HoloToolkit-Examples/Medical/Scripts/VolumeImportImages.cs:52)
HoloToolkit.Unity.VolumeInformationEditor.OnInspectorGUI () (at Assets/HoloToolkit-Examples/Medical/Editor/VolumeInformationEditor.cs:40)
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor[] editors, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1240)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Thanks.

Tagged:

Answers

  • any update tried as above an received same error

  • I actually came across the same issue a year after you. Have you solved the problem? I got the same error message and am not able to create a new volume. Even when I'm using the same images as the sample, it always says "Array index is out of range". Or does anyone know how this issue can be solved?

Sign In or Register to comment.