Squeak Class Documentation category index | class index  
 
B3DIndexedTriangleMesh
  category: Balloon3D-Meshes
  superclass: B3DIndexedMesh
  subclasses: WonderlandMesh B3DSTriangleMesh

No comment. Sorry.

instance methods
  displaying
  renderOn:

  fan creation
  makeTriangleFans
reArrangeFanFaces:around:from:into:

  private
  sampleRect:

class methods
  no messages
 

instance methods
  displaying top  
 

renderOn:


  fan creation top  
 

makeTriangleFans

Re-arrange the triangles so that they represent triangle fans.


 

reArrangeFanFaces:around:from:into:

Re-arrange the faces in sharedFaces to form a triangle fan.
Avoid inplace-reversal of the triangles in doneList -- they have been arranged already


  private top  
 

sampleRect:

B3DIndexedQuadMesh new sampleRect


class methods
  no messages top