Difference between revisions of "3D Graphics Display Issue Handling"

From BESA® Wiki
Jump to: navigation, search
(Created page with " == 3D Graphics Window == If you encounter any problems in displaying MRI slices in the 3D window in Source Analysis, then it is possible that a graphics card setting needs t...")
 
Line 3: Line 3:
  
 
If you encounter any problems in displaying MRI slices in the 3D window in Source Analysis, then it is possible that a graphics card setting needs to be changed.
 
If you encounter any problems in displaying MRI slices in the 3D window in Source Analysis, then it is possible that a graphics card setting needs to be changed.
This is done in the besa.ini file. To change the setting:
+
This is done in the '''besa.ini''' file. To change the setting:
  
In Windows Explorer, locate the besa.ini file. For the example of a BESA Research 6.1 installation, in Windows 7 and Windows 8.x, it should usually be located under
+
In Windows Explorer, locate the '''besa.ini''' file. For the example of a BESA Research 6.1 installation, in Windows 7 and Windows 8.x, it should usually be located under
  
 +
<tt>
 
C:\Users\Public\Documents\BESA\Research_6_1\
 
C:\Users\Public\Documents\BESA\Research_6_1\
 +
</tt>
  
 
Open the file in a text editor. Towards the end of the file, you should find the following section:
 
Open the file in a text editor. Towards the end of the file, you should find the following section:
Line 13: Line 15:
 
<tt>
 
<tt>
 
[Mapping]
 
[Mapping]
 +
 
UseBitmapDrawing=On
 
UseBitmapDrawing=On
 +
 
Use3DVBlending=On
 
Use3DVBlending=On
 
</tt>
 
</tt>
Line 20: Line 24:
 
<tt>
 
<tt>
 
Use3DVBlending
 
Use3DVBlending
</tt>
+
</tt>.
You can try three different settings. CHoose one of:
+
 
 +
You can try three different settings. Choose one of:
 
<tt>
 
<tt>
 
Use3DVBlending=On
 
Use3DVBlending=On
 +
 
Use3DVBlending=Off
 
Use3DVBlending=Off
 +
 
Use3DVBlending=Auto
 
Use3DVBlending=Auto
 
</tt>
 
</tt>
  
 
One of these should work for your graphics card.
 
One of these should work for your graphics card.

Revision as of 11:37, 12 May 2016

3D Graphics Window

If you encounter any problems in displaying MRI slices in the 3D window in Source Analysis, then it is possible that a graphics card setting needs to be changed. This is done in the besa.ini file. To change the setting:

In Windows Explorer, locate the besa.ini file. For the example of a BESA Research 6.1 installation, in Windows 7 and Windows 8.x, it should usually be located under

C:\Users\Public\Documents\BESA\Research_6_1\

Open the file in a text editor. Towards the end of the file, you should find the following section:

[Mapping]

UseBitmapDrawing=On

Use3DVBlending=On

Change the entry Use3DVBlending .

You can try three different settings. Choose one of: Use3DVBlending=On

Use3DVBlending=Off

Use3DVBlending=Auto

One of these should work for your graphics card.