|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanar.SubdivLoop
public class SubdivLoop

compute a step of catmull-clark subdivision scheme this implementation is not optimized and takes the original scheme without considering newer developments
| Constructor Summary | |
|---|---|
SubdivLoop()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<Face> |
subdivide(java.util.ArrayList<Face> faces)
TODO (3) optimize the algorithm, especially the procedure of finding neighbouring Pt an Face TODO (2) implement other schemes (LOOP...) that enable creases and other important features |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubdivLoop()
| Method Detail |
|---|
public java.util.ArrayList<Face> subdivide(java.util.ArrayList<Face> faces)
subdivide in interface SubdivScheme
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||