help
help > RE: Surface Rendering
May 1, 2023 06:05 PM | Chris Rorden
RE: Surface Rendering
Use scripting/templates/help to see the available commands. You can
load both hemispheres like this:
import gl
gl.resetdefaults()
gl.meshloadbilateral('BrainMesh_ICBM152.rh.mz3')
gl.overlayload('motor_4t95mesh.rh.mz3')
gl.overlaycolorname(1, 'red')
gl.shaderxray(1.0, 0.3)
gl.azimuthelevation(110, 15)
gl.meshcurv()
import gl
gl.resetdefaults()
gl.meshloadbilateral('BrainMesh_ICBM152.rh.mz3')
gl.overlayload('motor_4t95mesh.rh.mz3')
gl.overlaycolorname(1, 'red')
gl.shaderxray(1.0, 0.3)
gl.azimuthelevation(110, 15)
gl.meshcurv()
Threaded View
| Title | Author | Date |
|---|---|---|
| johezz | Apr 26, 2023 | |
| Chris Rorden | Apr 27, 2023 | |
| johezz | May 1, 2023 | |
| Chris Rorden | May 1, 2023 | |
