登录
首页 » 图形图像 » achieve Java 3D VRML scenes of virtual call and display

achieve Java 3D VRML scenes of virtual call and display

于 2022-04-30 发布 文件大小:286.87 kB
0 166
下载积分: 2 下载次数: 1

代码说明:

Java 3D中实现VRML虚拟场景的调用和显示-achieve Java 3D VRML scenes of virtual call and display

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 程序运行平台为AutoCAD2000简体中文版。 开发平台VC6.0及ObjectARX3.0(本程序所涉及的文件已包含在安装程序中)。 1. 解压缩sourc...
    程序运行平台为AutoCAD2000简体中文版。 开发平台VC6.0及ObjectARX3.0(本程序所涉及的文件已包含在安装程序中)。 1. 解压缩source.zip到C盘,自动生成c:source目录。 2.在VC6下打开工程c:sourceMyModelessSheet.dsw。 3.编译生成c:/source/debug/MyModelessSheet.arx文件。(用Rebuild All命令) 4.启动 AutoCAD2000。选择主菜单“工具”下“加载应用程序”菜单项。 弹出加载/卸载应用程序对话框,选中c:/source/debug/MyModelessSheet.arx 单击加载按扭。关闭对话框。 5.在AutoCAD命令行输入命令MODELESSSHEET,即可显示一个无模式标签对话框。 其中属性页1和属性页2为基本子标签,扩展标签为动态扩展的。 首次运行编辑控件使用初始数据,以后运行使用注册数据,调整对话框尺寸 则编辑窗口的位置自动调整。-platform for running AutoCAD English version. VC6.0 development platform and AutoCAD2000 (the procedures involved in the document has been included in the installation procedure). 1. Decompress source.zip to C plates, automatic generation c : source directory. 2. The VC6 open the project c : source MyModelessSheet.dsw. 3. C Compiler Generation :/source/debug/MyModelessSheet.arx document. (With Rebuild All orders) 4. Start AutoCAD2000. The main menu option "Tools" under "application loading" menu item. Pop loading/unloading applicatio
    2022-08-26 05:35:33下载
    积分:1
  • 用Java编写的基于Kohonen神经网络的OCR
    用Java编写的基于Kohonen神经网络的OCR-Java prepared by the Kohonen neural network-based OCR
    2022-10-24 12:20:03下载
    积分:1
  • “计算几何结构”(第二版)的代码:代码功能章…
    C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg P
    2023-04-03 14:50:03下载
    积分:1
  • 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么...
    新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
    2022-03-05 21:42:30下载
    积分:1
  • 这是一个用VRML做的饮水器模型,但只是外观,不可以动
    这是一个用VRML做的饮水器模型,但只是外观,不可以动-This is a VRML to do with the water model, but only appearance, can not move
    2022-08-18 22:03:58下载
    积分:1
  • 一个3d girl的游戏源码,相当有趣,值得仔细研究一下
    一个3d girl的游戏源码,相当有趣,值得仔细研究一下-3d girl game a source, very interesting, it is worth a closer look
    2022-03-02 07:45:23下载
    积分:1
  • 都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与
    都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与-are on Glscene example, the beginning of the study, hopes to have more friends in
    2022-06-01 18:06:11下载
    积分:1
  • A small drawing tools, a simple function, into the interface seems perfect.
    一个小小的画图工具,简单的功能,进似完美的界面。-A small drawing tools, a simple function, into the interface seems perfect.
    2022-01-25 22:10:25下载
    积分:1
  • DXF reading source code
    DXF reading source code
    2022-11-15 12:15:03下载
    积分:1
  • 森多边型说明,森多边型说明 ,介绍不规则多边型的构造方法
    森多边型说明,森多边型说明 ,介绍不规则多边型的构造方法-multilateral-Sen stated that the multilateral Sen-sen said multilateral type notes about the type of irregular multilateral Construction
    2022-02-25 16:30:34下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载