登录
首页 » C++ » halfedge

halfedge

于 2011-04-23 发布 文件大小:845KB
0 146
下载积分: 1 下载次数: 161

代码说明:

  国外一个计算机图形学课程的作业源代码,输入*.obj文件中的三角形网格,构造模型的半边数据结构,使用动态数组和哈希表,提取棱边并用opengl突出显示。(A half-edge mesh adjacency data structure is provided, along with a very simple .obj mesh parser. Throughout this code you are asked to consider the efficiency of various mesh operations. )

文件列表:

assignment
..........\argparser.h,1025,2011-04-17
..........\array.h,2087,2011-04-17
..........\Assignment 2.files





..........\..................\bunny_simp_0.jpg,71640,2011-04-17
..........\..................\bunny_simp_1.jpg,67988,2011-04-17
..........\..................\bunny_simp_2.jpg,61257,2011-04-17
..........\..................\bunny_simp_3.jpg,49978,2011-04-17
..........\..................\creased_cube_0.jpg,56202,2011-04-17
..........\..................\creased_cube_1.jpg,60750,2011-04-17
..........\..................\creased_cube_2.jpg,69609,2011-04-17
..........\..................\creased_cube_limit.jpg,43249,2011-04-17
..........\..................\cube.jpg,42730,2011-04-17
..........\..................\cube_wireframe.jpg,49145,2011-04-17
..........\..................\open_box.jpg,45655,2011-04-17
..........\..................\open_box_wireframe.jpg,54243,2011-04-17
..........\..................\subdivision.jpg,56139,2011-04-17
..........\..................\subdivision_1.jpg,63015,2011-04-17
..........\..................\subdivision_2.jpg,72927,2011-04-17
..........\..................\subdivision_no_move.jpg,55714,2011-04-17
..........\..................\subdivision_no_move_1.jpg,72065,2011-04-17
..........\..................\subdivision_no_move_2.jpg,87198,2011-04-17
..........\Assignment 2.htm,15166,2011-04-17
..........\bag.h,7311,2011-04-17
..........\boundingbox.C,1514,2011-04-17
..........\boundingbox.h,1887,2011-04-17
..........\camera.C,4385,2011-04-17
..........\camera.h,1872,2011-04-17
..........\complex.obj,44711,2011-04-17
..........\edge.C,436,2011-04-17
..........\edge.h,1991,2011-04-17
..........\glCanvas.C,6609,2011-04-17
..........\glCanvas.h,1418,2011-04-17
..........\main.C,545,2011-04-17
..........\Makefile.txt,946,2011-04-17
..........\matrix.C,8813,2011-04-17
..........\matrix.h,3454,2011-04-17
..........\mesh.C,9362,2011-04-17
..........\mesh.h,2091,2011-04-17
..........\triangle.h,1430,2011-04-17
..........\utils.h,1635,2011-04-17
..........\vectors.h,15852,2011-04-17
..........\vertex.h,1411,2011-04-17
..........\vertex_parent.h,1425,2011-04-17

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

发表评论

0 个回复

  • USART
    MSP430F147,ST7920A,片上AD,通过UART接口在液晶和上位机上同时显示,上位机程序采用VB编写(MSP430F147, ST7920A, on-chip AD, through the UART communicat with the LCD and computer,and PC s programme finished by VB)
    2009-06-12 07:21:06下载
    积分:1
  • waitjjt
    socket实现 HTTP 连接,不错的东东,希望能有用(Socket implements HTTP connection, good thing, I hope it can be useful)
    2019-05-25 21:32:54下载
    积分:1
  • 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用...
    一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C++ compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
    2023-02-28 08:30:03下载
    积分:1
  • (c)
    此程序采用c语言编写,未经运行,希望对大家又帮助(c language, without running, and I hope to help everyone)
    2006-06-10 10:02:19下载
    积分:1
  • examples
    这是LAMMPS中的所有例子,行接触到LAMMPS的新手,不知道在哪下载,我帮你么你列出来了。(This is all the examples in LAMMPS, line access to LAMMPS novice, do not know where to download, I help you you you listed.)
    2018-11-01 17:49:00下载
    积分:1
  • prg2
    for all steganography with LSB matlab
    2011-03-17 21:31:17下载
    积分:1
  • 【0013】S7-200与变频器USS通讯控制生活消防两用水泵
    【实例简介】
    2021-08-08 00:31:03下载
    积分:1
  • SSD1322 Drive Code
    基于STM32F407的SSD1322的OLED驱动程序。包含基于KEIL平台编译通过,实测OK。
    2022-01-28 16:06:16下载
    积分:1
  • usb_2.0(en)
    USB 2.0的协议,供参考!!!!!!!(USB ,just for ref,thank you very much)
    2019-04-25 11:47:33下载
    积分:1
  • 51单片机小系统
    此系统可以运行在8051 8位单片机上,   就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
    2022-02-20 02:13:51下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载