?? 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 + -