Skip to content

A project to do subdivision using half-edge structure, it could parse and write .wrl model. * Until now I have implemented Loop subdivision and the modified Butterfly subdivision.

Notifications You must be signed in to change notification settings

yibuxulong/Model_subdivision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh-Subdivision

Overview

  • A project to do subdivision using half-edge structure.
  • Loop subdivision and the modified Butterfly subdivision are implemented.
  • Parse and write .wrl model.
  • OpenGL is applied to implement visualization.

Project directory

result screenshot:./result/ source code:./project1/project1/
original model:./project1/model/
model subdivision(only save the latest version):./project1/model_subdivision/ .exe(F1 to change visual mode,F2 to exit):./project1/Release/

About subdivision algorithm

https://www.google.com.hk/url?sa=t&source=web&rct=j&url=http://www.cs.cmu.edu/afs/cs/academic/class/15462-s14/www/lec_slides/Subdivision.pdf&ved=2ahUKEwjvu8SV1fneAhXTGTQIHSLgBZwQFjACegQIBxAB&usg=AOvVaw12Cxt48mp4hqZYItg5FkRM
Chinese:

https://blog.csdn.net/Mahabharata_/article/details/77585393 http://www.cnblogs.com/yezhangxiang/archive/2011/04/10/2011284.html

Contact me

  • communication and correction

E-Mail: longroad1216[AT]163[DOT]com
CSDN(Chinese) name: 一步徐龙的浪

About

A project to do subdivision using half-edge structure, it could parse and write .wrl model. * Until now I have implemented Loop subdivision and the modified Butterfly subdivision.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages