![]() |
【转帖】ransformations
transformations
transformations should all the matrices in the transform stack be applied when transfroming a geometry, or just the top matrix in the stack? regards steve well, you have 2 choices - one is to push the matrices in the stack as is. then when you have to apply transformation, to multiply from the bottom to the top of the stack. but it is quite useless. so the second (much clearer): when you push a matrix in the stack, always multiply it to the current top of stack. then when you need to apply the trasnformation, use only the top of the stack. i would reccommend the second one. faster and cleaner. regards chudomir |
所有的时间均为北京时间。 现在的时间是 04:10 PM. |