Image 1.0

Category / Domain : C3D3 Plugin
SCOL Voy@ger Compatibility : V 3.5 or above
Updat : 2001/06

Function

This plugin allows to display on a 3d object some images stored in a computer or coming from the Internet.
It can function at the same time as the Whiteboard module in order to display the content of the Whiteboard on a texture in the 3D scene.

Configuration


Figure 1 : Image plugin interface

(1) : Type :

(2) : Get bitmap from server every (ms) => Waiting time between two images

Implementation

To put in interaction with Whiteboard module and the Image plugin, it is necessary to connect the " whiteboard.showimage " link of the Whiteboard module with the "C3D3.instanceImage.showimage" link of the C3D3 module.

Action Function
module.event à C3D3.instance.showImage Allows to display new images on the client :
Link parameters :
type X
value Y

Where X = "file" or "url" and Y = image saved in the SCOL's partition or an url

module.event à C3D3.instance.showImageALL Allows to display new images on all the clients :
Link parameters :
type X
value Y

Where X = "file" or "url" and Y = image saved in the SCOL's partition or an url


Event Function
C3D3.instance.imageShowed à module Action Displaying an image generates an action

Zone Fonction Interface Assignment
None