Advertisement

用coin3d制作一个小模型

阅读量:
这里写图片描述
这里写图片描述

coin3d的安装与配置过程可查阅网络上的相关教程。其建模流程主要包括实物建模与坐标系建模两种方式,需掌握分隔符节点soseparator node的使用方法。关于坐标系变换的具体实现,可参考以下示例代码:

复制代码
    // stdafx.h : 标准系统包含文件的包含文件,
    // 或是经常使用但不常更改的
    // 特定于项目的包含文件
    //
    
    #pragma once
    
    #include "targetver.h"
    #include <stdio.h>
    #include <tchar.h>
    #include <Inventor/Win/SoWin.h>
    #include <Inventor/Win/viewers/SoWinExaminerViewer.h>
    #includ

全部评论 (0)

还没有任何评论哟~