⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gethtpointset.m

📁 matlab aamtool box
💻 M
字号:
function [ps] = getHTPointSet()
% [vs] = getHTPointSet()
% Utility function to obtain a  point structure to be used with
% the function hapticTool. hapticViewer internally uses hapticToolMex which 
% in turn uses the h3d scene graph api 
% 
% Author: Johann Strasser
% Date: 070129 (YYMMDD)
% 
% Revision #1

ps.name = 'pointSet1';
ps.parentTransform = 'world';
ps.points = [];
ps.colours = [];
ps.interactionMode = 'move';

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -