📄 gethtvolume.m
字号:
function [vs] = getHTVolume()
% [vs] = getHTVolume()
% Utility function to obtain a volume structure to be used with
% the function hapticTool. hapticTool internally uses hapticToolMex which
% in turn uses the h3d scene graph api
%
% Author: Johann Strasser
% Date: 070129 (YYMMDD)
%
% Revision #1
vs.name = 'volume';
vs.parentTransform = 'world';
vs.volume = [];
vs.planes = 256;
vs.voxelSize = [0.001, 0.001, 0.001];
vs.hapticChannel = 'green';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -