Re: LANG: VRML Transforms (fwd)
Colin Dooley ([email protected])
Tue, 10 Oct 1995 07:27:27 GMT
- Messages sorted by:
[ date ][ tmesad ][ subject ][ author ]
- Next message:
J Gwinner/VisNet, I: "Re: LANG: LOD"
- Previous message:
J Gwinner/VisNet, I: "Re: ^Z character in VRML files"
- Maybe in reply to:
Patrick Sweeney: "LANG: VRML Transforms (fwd)"
>if I go
>
> Transform { translation 0 5 0 }
> Transform { rotation -1 0 0 3.14159 }
> Transform { scaleFactor 0.5 0.5 1.0 }
>
>I want all browsers to do just that and in that order
>
>if I go
>
> Transform {
> translation 0 5 0
> rotation -1 0 0 3.14159
> scaleFactor 0.5 0.5 1.0
> }
>
>I want all browsers to do it in the order [that should be] in the spec
>
ie. Vertex x Scale x Rotate x Translate
This seems esasonable...
Colin
- Next message:
J Gwinner/VisNet, I: "Re: LANG: LOD"
- Previous message:
J Gwinner/VisNet, I: "Re: ^Z character in VRML files"
- Maybe in reply to:
Patrick Sweeney: "LANG: VRML Transforms (fwd)"