Squeak Class Documentation category index | class index  
 
B3DSimpleMesh
  category: Balloon3D-Meshes
  superclass: B3DGeometry
  subclasses:

No comment. Sorry.

instance methods
  accessing
  boundingBox
colorOfVertex:
computeBoundingBox
faces
faces:
normalOfVertex:
texCoordOfVertex:

  converting
  asIndexedMesh
asIndexedTriangleMesh
asSimpleMesh
transformedBy:

  enumerating
  do:
trianglesDo:
vertexPositionsDo:

  private
  withAll:

  rendering
  renderOn:

  testing
  hasTextureCoords
hasVertexColors

class methods
  instance creation
  withAll:

instance methods
  accessing top  
 

boundingBox


 

colorOfVertex:


 

computeBoundingBox


 

faces


 

faces:


 

normalOfVertex:


 

texCoordOfVertex:


  converting top  
 

asIndexedMesh

Convert the receiver into (the more compact) indexed representation


 

asIndexedTriangleMesh

Convert the receiver into (the more compact) indexed triangle representation


 

asSimpleMesh


 

transformedBy:

Return a copy of the receiver with its vertices transformed by the given matrix


  enumerating top  
 

do:


 

trianglesDo:


 

vertexPositionsDo:


  private top  
 

withAll:


  rendering top  
 

renderOn:


  testing top  
 

hasTextureCoords


 

hasVertexColors


class methods
  instance creation top  
 

withAll: