-
Visual C++ OpenGL DirectX三维动画编程宝典随书源码
基于VC++和OpenGL的源码,可用于学习Opengl模型显示,加载,纹理贴图,记住,此源码是Visual C++ OpenGL DirectX三维动画编程宝的光盘示例
- 2022-07-20 16:30:37下载
- 积分:1
-
自己写的B样条.berzier的2次3次曲线,可以画出2次3次的B样条或是BERZIER曲线...
自己写的B样条.berzier的2次3次曲线,可以画出2次3次的B样条或是BERZIER曲线-himself wrote the B-spline. Berzier the 2nd 3rd curve sense 2nd 3rd B-spline curves or BERZIER
- 2022-10-27 22:35:06下载
- 积分:1
-
vc interface to create a good thing! We would also like to improve good hungry!
vc制造界面的好东西!
我们还要好好的饿改进!-vc interface to create a good thing! We would also like to improve good hungry!
- 2022-10-21 21:05:04下载
- 积分:1
-
JAVA APPLET程序,演示各种绘图功能
JAVA APPLET程序,演示各种绘图功能-JAVA APPLET procedures, demonstrating various graphics functions
- 2022-08-07 03:37:37下载
- 积分:1
-
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。...
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。-C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
- 2022-02-13 22:05:09下载
- 积分:1
-
extraction object
单主机多摄象机的捕获并提取出前景物体,利用背景差的方法-extraction object
- 2022-06-16 15:33:05下载
- 积分:1
-
vb own series programming, which is that this is circular connecting line source...
自己编的vb编程,这是这是圆弧连接直线源代码!请多多指教!-vb own series programming, which is that this is circular connecting line source code! A great weekend!
- 2022-03-19 04:43:28下载
- 积分:1
-
这份代码经源码格式软件格式化过
这份代码经源码格式软件格式化过-this format source code by formatting software too
- 2022-11-25 14:25:03下载
- 积分:1
-
Using the latest methods for variance threshold for image segmentation, the use...
采用最新方差的方法求阀值,对图象进行分割,非常发使用-Using the latest methods for variance threshold for image segmentation, the use of a very fat
- 2022-01-25 21:42:55下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1