wrl.h
来自「finite element mesh 参数化有限元网格划分」· C头文件 代码 · 共 21 行
H
21 行
//**************************************************************//
//**************************************************************//
//* *//
//* Copyright (C) 1998 Virtue 3D, Inc. All Rights Reserved. *//
//* *//
//* File: VR2Vrml.h *//
//* Content: Header file for saving a VR model as a VRML97 *//
//* file *//
//* Date: June 17, 1998 *//
//* *//
//**************************************************************//
//**************************************************************//
#include <iostream>
#include "vr.h"
#include "vrAnimationNode.h"
#include "GeomShape.h"
int VR2Vrml(const VRNode* node,char* fname);
VRNode* Vrml2VR(char* fname);
int removeEmptyShapes(VRNode* root);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?