CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - C point

搜索资源列表

  1. culling

    0下载:
  2. 检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev - c compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:195.73kb
    • 提供者:张扬
  1. view3ds

    2下载:
  2. 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和   *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()  
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:44.4kb
    • 提供者:沈淳
  1. OpenGL san wei dian ji

    3下载:
  2. 在VC环境下利用OpenGL作出简单的三维坐标系,并画出一个简单点迹-In the VC environment, the use of OpenGL to make a simple three-dimensional coordinate system, and draw a simple point mark
  3. 所属分类:OpenGL

    • 发布日期:2013-01-03
    • 文件大小:167.41kb
    • 提供者:俞峻
  1. OpenGL

    2下载:
  2. 利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。 有两个数据文件 鼠标默认操作:具体还在头文件中 中键拖动 旋转 中键+Ctrl 平移 中键+Shift 面旋 滚轮滚动 缩放 中键+Ctrl + Shift 局部放大-The use of OpenGL, VC++ to prepare the C++, three-dimensional point cloud
  3. 所属分类:OpenGL program

    • 发布日期:2016-06-05
    • 文件大小:1.03mb
    • 提供者:刘洋
  1. Neheopengl

    0下载:
  2. 我看有很的opengl都是vc的,我发点时间把nehe的opengl转成了c++builder的的希望大家喜欢-I do not have the opengl is vc, and I point nehe time to switch to the opengl became c++ Builder of hope that we like
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:pp
  1. TyreArithmetic

    0下载:
  2. 此程序采用C++builder开发平面任意点在空间曲面圆柱体上映射的点的三维坐标程序,曲面圆柱体的横截面和平面点坐标由用户输入。-This procedure using C++ Builder development of planar arbitrary point in space on the cylinder surface mapping of the three-dimensional coordinates of the point process, surface cross-
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:412.74kb
    • 提供者:王林
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2.06mb
    • 提供者:林思哲
  1. bazier

    0下载:
  2. 使用C和OPENGL绘制一个曲线上点可控制的bazier曲线-OPENGL rendering the use of C and on a curve control point curve bazier
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1.24kb
    • 提供者:liutao
  1. PintaPunto

    0下载:
  2. Simple Draw using Opengl primitives in c++, this time the most easy draw: a point
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:917byte
    • 提供者:passatempo
  1. triangle++.tar

    0下载:
  2. this a visual c + + code for point cloud triangulation, i tried it and it works really in a very good way -this is a visual c++ code for point cloud triangulation, i tried it and it works really in a very good way
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:152.05kb
    • 提供者:ultrasound
  1. C

    0下载:
  2. 声明三维点POINT类,重载运算符“+”“-“ ”=”,实现三维点的加减和赋值-POINT-type three-dimensional point statement, operator overloading "+" "-" " =" , the realization of three-dimensional point of addition and subtraction and assignment
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:5.24kb
    • 提供者:x
  1. proj1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:5.63kb
    • 提供者:小痴狗子
  1. zhuijindian

    0下载:
  2. 一个C控制台程序,计算用户输入的坐标系中最近的点对。-A C console program to calculate the user to enter a coordinate system in the nearest point pair.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:12.54kb
    • 提供者:falcon0912
  1. cutting

    0下载:
  2. 采用编码算法完成直线的剪切,鼠标点击取点生成直线,按c键完成剪切。-Coding algorithm used to complete the shear line, the mouse click access point to create line, press the c button to complete the cut.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:8.13kb
    • 提供者:lank
  1. alglib-3.2.0.cpp

    0下载:
  2. ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features include: • Linear algebra (di
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:960.69kb
    • 提供者:supereast
  1. p3-glulookat.c

    0下载:
  2. 使用OpenGL描绘圆锥后并用GLulookAt来改变视点,用书学习GluLookAt函数的使用方法-After using the OpenGL paint and use GLulookAt cone to change the point of view and book learning to use GluLookAt function
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:1.02kb
    • 提供者:zhao
  1. Polygon-fixed-point-circle

    0下载:
  2. 用openGL 库实现的定点画圆程序,C语言实现-Implemented using fixed-point circle openGL library program, C language
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:614.81kb
    • 提供者:周天
  1. C

    0下载:
  2. 声明三维点POINT类,重载运算符“+”“-“”=”,实现三维点的加减和赋值-POINT-type three-dimensional point statement, operator overloading "+" "-" " =" , the realization of three-dimensional point of addition and subtraction and assignment
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:5.29kb
    • 提供者:erandto
  1. test1

    0下载:
  2. 实现三维空间任意一点,关于任意一平面的对称变换。(The symmetry transformation of any plane is realized at any point of three-dimensional space.)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:cookielyx
  1. 【10】点追踪

    0下载:
  2. 实现视频中标记点的追踪,有标记的点确定一个物体的位置(Tracking markup points in video,A marked point determines the position of an object)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-09
    • 文件大小:3.49mb
    • 提供者:buptwzy
« 12 »
搜珍网 www.dssz.com