Skip to content

Commit ceac1c2

Browse files
author
Christian Ohle
committed
new compiler
1 parent b18d336 commit ceac1c2

25 files changed

+1013
-6047
lines changed

bin/cdx32.dll

0 Bytes
Binary file not shown.

bin/cdx64.dll

0 Bytes
Binary file not shown.

bin/csg32.dll

0 Bytes
Binary file not shown.

bin/csg3mf.exe

-134 KB
Binary file not shown.

bin/csg64.dll

0 Bytes
Binary file not shown.

bin/demos/demo1.3mf

-609 Bytes
Binary file not shown.

bin/demos/demo2.3mf

-230 Bytes
Binary file not shown.

bin/demos/demo3.3mf

594 Bytes
Binary file not shown.

bin/demos/primitives.3mf

4.25 KB
Binary file not shown.

cdx/Factory.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,11 @@ void CView::Pick(const short* pt)
443443
vv[VV_OVERPOS] = XMVector3TransformCoord(pickp, m);
444444
mm[MM_PLANE] = mm[MM_VIEWPROJ];
445445
}
446+
447+
if (isnan(vv[VV_OVERPOS].m128_f32[0]))
448+
{
449+
iover = -1; //todo: check
450+
}
446451
}
447452

448453
void CView::setproject()

0 commit comments

Comments
 (0)