Jazz3D API

A B C D E F G H I L M N O P Q R S T U V W Z

G

generateImage() - Method in class com.sygem.jazz3d3.World
Renders the world display to the internal buffers.
generateShape() - Method in class com.sygem.jazz3d3.primitive.Landscape3d
Generates the triangles which actually make up the landscape.
GenericResourceLoader - class com.sygem.jazz3d3.GenericResourceLoader.
Abstract class - used to specify methods for loading any type of resource, either locally, or over the Internet.
getAllParentObjects() - Method in class com.sygem.jazz3d3.World
Obtain an array containing all parent objects.
getCamera() - Method in class com.sygem.jazz3d3.World
Returns the currently active camera.
getCameraCollisionMode() - Method in class com.sygem.jazz3d3.World
Gets the Camera collision mode.
getCameras() - Method in class com.sygem.jazz3d3.vrml.VRMLModel3d
Returns an array full of all the cameras associated with this scene.
getCanvas() - Method in class com.sygem.jazz3d3.World
Returns the current graphics canvas.
getCenter() - Method in class com.sygem.jazz3d3.Object3d
Returns a vertex representing the center point of this object.
getChildObjects() - Method in class com.sygem.jazz3d3.Object3d
Gets an array full of all the child objects this object currently has.
getCollidable() - Method in class com.sygem.jazz3d3.Object3d
Find out if the object is collidable.
getColorB() - Method in class com.sygem.jazz3d3.vrml.Fog
Returns the blue component of the fog colour (0-255)
getColorG() - Method in class com.sygem.jazz3d3.vrml.Fog
Returns the green component of the fog colour (0-255)
getColorR() - Method in class com.sygem.jazz3d3.vrml.Fog
Returns the red component of the fog colour (0-255)
getConsumer() - Method in class com.sygem.jazz3d3.World
 
getCulling() - Method in class com.sygem.jazz3d3.Object3d
Returns the status of the backface culling.
getDecompressor() - Method in class com.sygem.jazz3d3.loader.Loader
Returns the current decompressor from this model Loader.
getDoubleSided() - Method in class com.sygem.jazz3d3.Shape
Returns whether or not this face is double-sided.
getDrawingMode() - Method in class com.sygem.jazz3d3.Render
Gets the current drawing mode.
getFace(int) - Method in class com.sygem.jazz3d3.Object3d
Get a particular face from this object.
getFaceColour(int) - Method in class com.sygem.jazz3d3.Object3d
Returns the colour of the specified face.
getFaceId() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the number of the face the ray collided with.
getFaceNormal() - Method in class com.sygem.jazz3d3.Shape
Returns the normal vector for this face.
getFileSize() - Method in class com.sygem.jazz3d3.Decompressor
Get the size of the first file in the compressed stream.
getFileSize() - Method in class com.sygem.jazz3d3.decompression.ZipDecompressor
Get the size of the first file in the compressed stream.
getFileSize() - Method in class com.sygem.jazz3d3.decompression.GZipDecompressor
Returns -1, because the size of the compressed file is not available using this decompressor.
getFogNode() - Method in class com.sygem.jazz3d3.vrml.VRMLModel3d
Returns the Fog node of this object (null by default)
getFontResourceLoader() - Static method in class com.sygem.jazz3d3.World
Gets the resource loader being used for Fonts.
getHeight() - Method in class com.sygem.jazz3d3.Texture
Allows you to get the height of the texture.
getHiddenLineRemoval() - Method in class com.sygem.jazz3d3.RenderOutline
Query the current hidden-line removal state.
getID() - Method in class com.sygem.jazz3d3.Object3d
Get the numerical identifier of this object.
getImage() - Method in class com.sygem.jazz3d3.World
Enables VisiMagik to get a copy of the internal image buffer.
getImage() - Method in class com.sygem.visimagik.Visimagik
Gets a copy of the final image.
getImageResourceLoader() - Static method in class com.sygem.jazz3d3.World
Gets the resource loader being used for Images.
getInfo() - Method in class com.sygem.jazz3d3.vrml.WorldInfo
Gets the Info field of this node.
getLight(int) - Method in class com.sygem.jazz3d3.World
Obtain a reference to a Light source.
getLights() - Method in class com.sygem.jazz3d3.vrml.VRMLModel3d
Returns an array full of all the lights associated with this scene.
getLine() - Method in class com.sygem.jazz3d3.loader.Loader
Read a whole line from the current input stream.
getLineAsString() - Method in class com.sygem.jazz3d3.loader.Loader
Read a whole line from the current input stream.
getLoadProgress() - Method in class com.sygem.jazz3d3.loader.Model3d
Return the percentage of the object that has loaded so far.
getModelResourceLoader() - Static method in class com.sygem.jazz3d3.World
Gets the resource loader being used for Models.
getName() - Method in class com.sygem.jazz3d3.Object3d
Get the name identifier of this object.
getNormalVertex() - Static method in class com.sygem.jazz3d3.HitPoint
Gets a Vertex representing the normal of the collided face.
getNormalX() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the X component of the face normal.
getNormalY() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the Y component of the face normal.
getNormalZ() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the Z component of the face normal.
getNumberOfFaces() - Method in class com.sygem.jazz3d3.Object3d
Get the number of faces in the object.
getNumberOfSubFaces() - Method in class com.sygem.jazz3d3.Object3d
Get the number of faces in the object (including sub-objects).
getNumberOfSubVertices() - Method in class com.sygem.jazz3d3.Object3d
Get the number of vertices in the object (including sub-objects).
getNumberOfVertices() - Method in class com.sygem.jazz3d3.Object3d
Get the number of vertices in the object.
getObject(int) - Method in class com.sygem.jazz3d3.World
Obtain a handle on any object.
getObject(String) - Method in class com.sygem.jazz3d3.World
Obtain a handle on any object.
getObjectId() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the ID of the object the ray collided with.
getObjectName() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the name of the object the ray collided with.
getParent() - Method in class com.sygem.jazz3d3.loader.Loader
Returns the object stored using setParent.
getParentObject(int) - Method in class com.sygem.jazz3d3.World
Obtain a handle on a parent object.
getParentObject(String) - Method in class com.sygem.jazz3d3.World
Obtain a handle on an parent object.
getPenColourB() - Method in class com.sygem.jazz3d3.RenderOutline
Returns the Blue colour of the lines/particles
getPenColourG() - Method in class com.sygem.jazz3d3.RenderOutline
Returns the Green colour of the lines/particles
getPenColourR() - Method in class com.sygem.jazz3d3.RenderOutline
Returns the Red colour of the lines/particles
getPosition() - Method in class com.sygem.jazz3d3.Camera3d
Get the position of the camera.
getRange() - Method in class com.sygem.jazz3d3.vrml.Fog
Returns the range of the fog
getRenderer() - Method in class com.sygem.jazz3d3.Object3d
Gets the current renderer being used with this object.
getShapeArray() - Method in class com.sygem.jazz3d3.Object3d
Gets an array full of all the faces this object currently has.
getString() - Method in class com.sygem.jazz3d3.primitive.Font3d
Gets the string of characters which are available for this font.
getT() - Static method in class com.sygem.jazz3d3.HitPoint
Returns the value of 't' at the collision point.
getTextureArray() - Method in class com.sygem.jazz3d3.Texture
Allows you to get the internal representation of the texture.
getTitle() - Method in class com.sygem.jazz3d3.vrml.WorldInfo
Gets the Title field of this node.
getTransparency() - Method in class com.sygem.jazz3d3.Shape
Get the transparency value of this face.
getTransparentColour() - Method in class com.sygem.jazz3d3.Texture
Get the transparent index of this texture.
getType() - Method in class com.sygem.jazz3d3.vrml.Fog
Returns the type of this fog
getU(int, boolean) - Method in class com.sygem.jazz3d3.Shape
Get the U value of a particular vertex in this face
getUseVertexUVCoords() - Method in class com.sygem.jazz3d3.Object3d
Returns true if vertex UV coordinates are being used, false if not.
getV(int, boolean) - Method in class com.sygem.jazz3d3.Shape
Get the V value of a particular vertex in this face
getVersion() - Method in class com.sygem.jazz3d3.World
Returns a version-identifier String.
getVertex() - Static method in class com.sygem.jazz3d3.HitPoint
Gets the exact position of the last collision.
getVertex(int) - Method in class com.sygem.jazz3d3.Object3d
Get a particular vertex from this object.
getVertexArray() - Method in class com.sygem.jazz3d3.Object3d
Gets an array full of all the vertices this object currently has.
getVertexID(int) - Method in class com.sygem.jazz3d3.Shape
Returns a vertex ID from this face.
getVertexNormal() - Method in class com.sygem.jazz3d3.Vertex
Returns the normal vector for this vertex.
getVisible() - Method in class com.sygem.jazz3d3.Object3d
Returns the visibility of the object.
getWidth() - Method in class com.sygem.jazz3d3.Texture
Allows you to get the width of the texture.
getWorldInfo() - Method in class com.sygem.jazz3d3.vrml.VRMLModel3d
Returns the WorldInfo node of this object (null by default)
getWorldVertex(int) - Method in class com.sygem.jazz3d3.Object3d
Get a particular vertex from this object, the coordinates of which will be in world-space.
getWorldVertex(int) - Method in class com.sygem.jazz3d3.primitive.Line3d
Get a particular vertex from this object, the coordinates of which will be in world-space.
getX() - Method in class com.sygem.jazz3d3.Vertex
Returns the X component of the vertex.
getX() - Static method in class com.sygem.jazz3d3.HitPoint
Get the X position of the last collision.
getXPosition() - Method in class com.sygem.jazz3d3.Camera3d
Get the x position of the camera.
getY() - Method in class com.sygem.jazz3d3.Vertex
Returns the Y component of the vertex.
getY() - Static method in class com.sygem.jazz3d3.HitPoint
Get the Y position of the last collision.
getYPosition() - Method in class com.sygem.jazz3d3.Camera3d
Get the y position of the camera.
getZ() - Method in class com.sygem.jazz3d3.Vertex
Returns the Z component of the vertex.
getZ() - Static method in class com.sygem.jazz3d3.HitPoint
Get the Z position of the last collision.
getZPosition() - Method in class com.sygem.jazz3d3.Camera3d
Get the z position of the camera.
GOURAUD - Static variable in class com.sygem.jazz3d3.Render
Field used to set the rendering style to Gouraud shading.
GZipDecompressor - class com.sygem.jazz3d3.decompression.GZipDecompressor.
Decompressor for the GZIP format.
GZipDecompressor() - Constructor for class com.sygem.jazz3d3.decompression.GZipDecompressor
 

©2001 SyGem Software

A B C D E F G H I L M N O P Q R S T U V W Z