登录
首页 » C# » 3D坐标系演示

3D坐标系演示

于 2020-06-25 发布
0 130
下载积分: 1 下载次数: 5

代码说明:

说明:  C#使用OPENGL 绘制3D模型,并带有旋转功能(C# uses OPENGL to draw 3D model with rotation function)

文件列表:

3D坐标系演示, 0 , 2011-07-02
3D坐标系演示\3D坐标系演示.sln, 1392 , 2011-07-02
3D坐标系演示\3D坐标系演示.suo, 30720 , 2011-07-05
3D坐标系演示\AxlesGL, 0 , 2011-07-05
3D坐标系演示\AxlesGL\Axles3D.cs, 8259 , 2011-07-05
3D坐标系演示\AxlesGL\Axles3D.Designer.cs, 1442 , 2011-07-04
3D坐标系演示\AxlesGL\Axles3D.resx, 5814 , 2011-07-04
3D坐标系演示\AxlesGL\AxlesGL.csproj, 3363 , 2011-07-05
3D坐标系演示\AxlesView, 0 , 2011-07-05
3D坐标系演示\AxlesView\AxlesView.csproj, 4386 , 2011-07-02
3D坐标系演示\AxlesView\bin, 0 , 2011-07-05
3D坐标系演示\AxlesView\bin\Debug, 0 , 2011-07-05
3D坐标系演示\AxlesView\bin\Debug\AxlesGL.dll, 10752 , 2011-07-05
3D坐标系演示\AxlesView\bin\Debug\AxlesView.exe, 9216 , 2011-07-05
3D坐标系演示\AxlesView\bin\Debug\OpenTK.Compatibility.dll, 3223552 , 2010-10-07
3D坐标系演示\AxlesView\bin\Debug\OpenTK.dll, 2719744 , 2010-10-07
3D坐标系演示\AxlesView\bin\Debug\OpenTK.GLControl.dll, 24576 , 2010-10-07
3D坐标系演示\AxlesView\bin\Debug\OpenTK.GLControl.xml, 5904 , 2010-10-07
3D坐标系演示\AxlesView\bin\Debug\OpenTK.xml, 3843235 , 2010-10-07
3D坐标系演示\AxlesView\Form1.cs, 628 , 2011-07-05
3D坐标系演示\AxlesView\Form1.Designer.cs, 3828 , 2011-07-05
3D坐标系演示\AxlesView\Form1.resx, 5814 , 2011-07-05
3D坐标系演示\AxlesView\Program.cs, 412 , 2011-07-02
3D坐标系演示\AxlesView\Properties, 0 , 2011-07-02
3D坐标系演示\AxlesView\Properties\AssemblyInfo.cs, 1350 , 2011-07-02
3D坐标系演示\AxlesView\Properties\Resources.Designer.cs, 2520 , 2011-07-02
3D坐标系演示\AxlesView\Properties\Resources.resx, 5612 , 2011-07-02
3D坐标系演示\AxlesView\Properties\Settings.Designer.cs, 1016 , 2011-07-02
3D坐标系演示\AxlesView\Properties\Settings.settings, 249 , 2011-07-02

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

发表评论

0 个回复

  • cibcularefucciency
    说明:  This is the use of VC programming to encode the image program, very good ah!
    2019-04-07 20:31:34下载
    积分:1
  • opengl framework for opengl development.
    opengl框架,适用于opengl开发。-opengl framework for opengl development.
    2022-02-09 21:56:57下载
    积分:1
  • GPS
    此卫星定位系统通信是没有任何问题的,如果通信不了,那就是你硬件问题了。(The GPS communication is no problem, if can t communicate, that is your hardware problems)
    2014-02-26 11:07:08下载
    积分:1
  • 安卓记事本
    基于安卓系统开发的记事本,包括文字的添加,文字的删除,文字的修改,还会记录下编辑与修改的日期,用的是andriod studio。可以在安卓模拟器上运行也可以在安卓手机上运行,而且资源较小,便于修改,用于毕业设计的学生,这款比较简单可以根据具体的需要增加功能,如增加背景音乐,修改背景图片等等。。
    2022-12-11 03:15:03下载
    积分:1
  • EMDtool-c
    emd的c语言版本,方便使用,高效率!!!!!!!!!!!(emd program is edited by the c language ,and it s easy to use and efficiently .it will give you a good impression !!!!)
    2015-01-25 21:30:32下载
    积分:1
  • STM32RS485双机通讯
    使用STM32实现上位机与下位机进行RS485通讯
    2022-02-25 11:20:26下载
    积分:1
  • wlan
    图像编辑控件,图像编辑控件图像编辑控件图像编辑控件(Image Edit Control)
    2011-11-25 14:55:58下载
    积分:1
  • ad7689msp430driver
    这是一个有关AD7689的程序,只有驱动部分,使用的CPU是msp430F149。可以采集8路数据。不过数据在主程序中需要处理下,不然会有波动。(This is a program about the AD7689, only the driving part, CPU use is msp430F149. 8-way data can be collected. However, the data need to be addressed in the main program, the otherwise subject to fluctuations.)
    2021-04-24 21:58:47下载
    积分:1
  • st_asio_wrapper
    它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来; 自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样); 只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp) Only supports tcp and udp protocol )
    2013-08-22 10:10:54下载
    积分:1
  • NIreportgen
    基于NI-CVI的报表生成示列程序,学习用。(NI-CVI based on the statements that set out to generate procedures, learning to use.)
    2007-11-10 14:45:30下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载