Search found 1 match
- Sun Apr 04, 2010 6:48 pm
- Forum: Advanced Topics
- Topic: How to read the 3D chart data with directX?
- Replies: 1
- Views: 4048
How to read the 3D chart data with directX?
I found there is a function which read 3D data(let's say a character) from obj file, and draw it . the source code: List<Vertex3f> verts=new List<Vertex3f>(); List<Vertex3f> norms=new List<Vertex3f>(); Groups=new List<ToothGroup>(); //ArrayList ALf=new ArrayList();//faces always part of a group List...