原始 MediaWiki 页面

我知道编辑这个网站吗?

3D 查看器 › 开发人员文档

自迁移出 MediaWiki 以来,本页内容尚未经过审查。如果您愿意帮忙,请查看帮助指南

3D查看器不仅仅是一个3D可视化应用程序。它作为3D可视化的高级编程库,特别是3D生物医学图像的可视化。

手头的每个文档旨在提供一组示例和示例。HowTo 的顺序越来越复杂。HowTo 本身都首先解释了一个基本示例,并参考了示例代码。示例代码可以从Examples’ site下载。,每个 HowTo 继续然后更详细地描述了其他方面的背景信息。

最快的入门方法是查看示例,这些示例应该是不言自明的。对于感兴趣的功能,建议阅读相应的 HowTo。

如何…

create a universe and display an image stack as volume rendering, orthoslices, iso-surface or surface plot

change color, transparency etc of a 3D object (=Content)

apply a specific transformation to a Content

highlight specific points of a Content

create movie recordings

understand the relation between Content and Universe

to work with volume renderings

to work with orthoslices

to work with surface plots

to work with isosurfaces

add custom surfaces to a universe

display 4D data

display two canvasses showing the same universe

catch and handle mouse and key events