Re: [JAVA3D] Formal Specification of the SceneGraph?

2004-08-28 Thread Julian Gomez
> Just my 2c (references from my thesis) > > "...SceneGraph is a abstracion from Direct Aciclic Graph for 3D rendering > ..." And the original: A More Flexible Image Generation Environment Frank Crow Proc. SIGGRAPH '82 - Computer Graphics 16(3) pp 9-18 Boston -- With coffee and a computer I can

Re: [JAVA3D] Box border

2004-08-28 Thread Julian Gomez
> only guess is use getShape() methos of box .. to get a face of the box and > puta > rectangular image on it.. which will be transparent everywhere except at > edges.. > so as to give effect of border > > another best way is write your own BOX class.. where you acn define what you > want.. That w