Live3D is a plug-in that allows Netscape Navigator 3.0 to display VRML worlds directly on a Web page.
HTML
SYNTAX
<EMBED SRC=[URL] ...>
JAVA AND
JAVASCRIPT
FUNCTIONS
LoadScene(SceneURL, Frame) - Loads a new scene in the specified frame. If the frame is NULL, the URL is loaded into the _current Frame. SetBackgroundImage(BackgroundImage) - Specifies the background image for the current scene. Supported image formats include PNG, RGB, GIF, JPEG, BMP, and RAS. GotoViewPoint(ViewPoint, nAnimationSteps) - Animates the camera to the named viewpoint over nAnimationSteps. SpinObject(Object, Pitch, Yaw, Roll, nLocal) - Spins the named object around the specified axes. Rotations occur in World Coordinate Space if nLocal is FALSE; otherwise, rotation occurs around the object's geometric center point. AnimateObject(Object, URL) - Animates an object. The animation file is specified in the URL. Supported animation files include Autodesk's VUEformat. Morph Object(Object, num_vertices, fCoords, nFrames, nMorphType) - Morphs the specified object. Morphing occurs over nFrames with interpolation between the object's original vertices to the target fCoords. nMorphType is one of LOOP, ONCE, BACKFORTH. HideObject(Object) - Hides an object. ShowObject(Object) - Makes an object invisible. DeleteObject(Object) - Deletes an object from the scene graph. SetObjectAnchor(Object, Anchor) - Changes the anchor for the named object. The anchor may be a relative URL.
JAVA AND
JAVASCRIPT
CALLBACKS
onAnchorClick() - Called when an anchor has been clicked. onMouseMove() - Called whenever the mouse moves over the plug-in window.