Re: [JAVA3D] OT: What is bump mapping? What is cube mapping?

2001-10-02 Thread Rahul Choudhury
Michael: Bump Mapping is a technique that makes a surface appear uneven in some manner: bumpy, wrinkled, wavy etc. The basic idea is that instead of changing the color components in the illumination equation, we modify the surface normal by accessing a texture. The geometric normal of the surface

Re: [JAVA3D] processStimulus is not getting called..

2001-09-10 Thread Rahul Choudhury
gt;Delivered-To: [EMAIL PROTECTED] > >X-Originating-IP: [24.181.197.54] > >Mime-Version: 1.0 > >X-OriginalArrivalTime: 10 Sep 2001 19:25:21.0313 (UTC) >FILETIME=[55106910:01C13A2E] > >Date: Mon, 10 Sep 2001 19:25:21 + > >From: Rahul Choudhury <[EMAIL PROTECTED]&

[JAVA3D] processStimulus is not getting called..

2001-09-10 Thread Rahul Choudhury
Hi all: I am using Java3D in an application used for 3D training. The application uses VRML worlds for its 3D data. We have a VRML loader/browser which loads and manipulates the world. The application has 3 modes. In each mode a separate VRML world is loaded (after unloading the old VRML world).