Today I fixed some issues with the transformation for points which caused the transformation to be ‘doubled’ and we have a working version of the new transformation implementation:
The second sketch has the axis absolute location in (1,1,10), so on its creation the transformation for the sketch node is set to that value. All points on the sketch have the transformation set depending on that location (the Point coordinates that are displayed on the top are global coordinates and reflect all transformations):
A very useful tool for checking transformations is the OutputDebug window, which displays all the information about the nodes> Here you can see what is displayed for the center of the circle:
There are some issues on exit sketch that I’ll fix next and do some more testing before I move on to modifying transformations.
You must be logged in to post a comment.