CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - csg

搜索资源列表

  1. csg

    0下载:
  2. opengl的程序,可以用来修改后使用在自己的程序中,请查看-opengl procedures, which can be used in the revised use their own procedures, requested View
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:78745
    • 提供者:王少楠
  1. csg.c

    0下载:
  2. OpenGL 布尔运算 例子。 csg.c trackball .h-OpenGL Boolean operation examples. Csg.c trackball.c trackball.h
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5992
    • 提供者:张立强
  1. csg

    0下载:
  2. 一个演示正二十面体与球的(OR)组合(AND)组合(SUB)组合等的工程,编译,运行都需要glut-a demonstration is icosahedron with the ball (OR) Portfolio (AND) Combination (SUB) combination of engineering , compile, run need glut
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:80351
    • 提供者:焦堂生
  1. csg

    0下载:
  2. 实现csg树,基本图元的简单交、并、补,可用鼠标选择、旋转
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:82109
    • 提供者:李宁
  1. getic4000

    0下载:
  2. 一个类似QUAKE的CSG关卡编辑器,国外用的笔记多的
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:6643746
    • 提供者:liuzheng
  1. csg

    0下载:
  2. 实现一个由openGL提供的基本体素构成的CSG树。要求设计有意义的物体,包括交、并、差运算。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11116
    • 提供者:彤彦
  1. CSG BOOLEAN

    0下载:
  2. 所属分类:GDI/图象编程

    • 发布日期:2012-03-20
    • 文件大小:358217
    • 提供者:libaichun
  1. Three-dimensionalBoolean-operations

    1下载:
  2. 研究了三角形表面模型的布尔运算。传统的CSG 算法是基于基本实体的布尔运算进行的,对于由三角形或多边形描述的表面模 型的复杂模型运算则十分困难。通过构建模型的BSP 树,利用BSP 树的空间分割能力,把参与运算的模型分割成两部分,然后,根据交、并、差 各种布尔运算,组合分割后的结果,实现了不规则三维模型的布尔运算-Researched on Boolean Operation of triangle facial model. Traditional CSG algorithm base
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:175018
    • 提供者:browser_movie
  1. 3Donscilab

    0下载:
  2. MATLAB作为成熟的科学计算软件,其绘制三维实体模型的功能已经非常完善,要实现三维实体模型间的运算也比较容易,然而Scilab 的绘制三维形体模型的功能还不够强大,三维形体模型之间的布尔运算也比较困难,因此有必要开发一个绘制三维形体模型并实现并、交、叉运算的工具箱,来强化Scilab的绘图功能。 本项目组开发的《基于CSG的三维形体建模工具箱》实现了三维形体建模和绘制功能,用户不仅能依据给定的参数直接绘制简单的三维形体,还可以对三维形体进行平移、旋转和比例缩放操作。多个形体之间可以通过正则
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-02
    • 文件大小:541563
    • 提供者:zhoujun
  1. csg

    0下载:
  2. 基于linux平台下的控制信令网关(csg),主要实现各模块http信令的交互,采用多线程编写-Linux-based platform under the control of signaling gateway (csg), the main achievement of the module http signaling interactions using multiple threads write
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:1632254
    • 提供者:皮亮
  1. CSG-Infomation

    0下载:
  2. 详细描述了大集团的信息化规划,需要信息化的公司可以参考该文档,只要稍作修改即可。-A detailed descr iption of a large group of information technology planning, the need for information technology companies can refer to the document, as long as the minor modification.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-09
    • 文件大小:2175008
    • 提供者:吴宗静
  1. 103guiyue

    0下载:
  2. 103规约修订版(南方电网调〔2006〕13号文)-103 Statute Revision (CSG tune [2006] 13 No.)
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:390419
    • 提供者:cw
  1. csg

    0下载:
  2. 这是一篇关于CSG实体布尔运算的博士论文,主要采用opengl渲染图形。-This is a Boolean operation on the CSG solid doctoral thesis, mainly in opengl rendering graphics.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:60774
    • 提供者:宋杰
  1. opentk-CSG-stencil

    2下载:
  2. 基于opentk的csg实例,实现了实体的差运算-Based on opentk the csg example
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-04
    • 文件大小:2036528
    • 提供者:林佳瑞
  1. BOOLEAN

    1下载:
  2. 从网上看的一个简单的基于CSG的三维布尔运算小程序,希望对大家有帮助。-From the Internet to see a simple three-dimensional Boolean operator CSG-based applet, we want to help.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:117763
    • 提供者:邹久礼
  1. cmg

    0下载:
  2. 两层水平层正演模型共分为四个子文件夹,分别是:cmg共中心点模型、cog共偏移距模型、crg共接收点模型和csg共炮点模型。 -Two layers of horizontal layers forward model is divided into four subfolders, respectively is: CMG CMP model and cog offset model, CRG common-receiver-point model and the CSG common-s
  3. 所属分类:Energy industry

    • 发布日期:2017-05-02
    • 文件大小:774470
    • 提供者:华华
  1. boolean

    1下载:
  2. 通过应用CSG方法,利用C++编程环境,实行三维模型的布尔运算。-By applying CSG method using C++ programming environment, Boolean operations to achieve a three-dimensional model.
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6520209
    • 提供者:杨洋
  1. CSG

    0下载:
  2. 绘制水平界面共炮点时距曲线,未动校正,精确动校正,近似动校正(common shot gather Draw horizontal interface, common shot point, time distance curve)
  3. 所属分类:matlab例程

  1. CSGySCS

    0下载:
  2. constructive solid geometry with opengl
  3. 所属分类:Windows编程

    • 发布日期:2019-01-06
    • 文件大小:247808
    • 提供者:tiscarmor
  1. carve-1.4.0

    2下载:
  2. csg布尔运算,实时布尔运算库,C++几何运算库。(CSG Boolean operation, real-time Boolean operation library, C++ geometric operation library.)
  3. 所属分类:其他

    • 发布日期:2018-12-09
    • 文件大小:19213312
    • 提供者:WingEagle
搜珍网 www.dssz.com