Search found 3 matches

by ron1234
Wed Jan 22, 2014 4:49 am
Forum: Bug Reports
Topic: Can't compile 64 bit collison example
Replies: 1
Views: 6418

Re: Can't compile 64 bit collison example

Hi Dejan I assume you have changed the configuration to x64. Just in case: in VS Build : Config Manager : Active Solution platform should be x64. If you do not have it in the list select New to create. Make sure "Create new project platforms" is on. Replace Dim m_iRel As IRelation and similar lines ...
by ron1234
Thu Aug 08, 2013 11:19 pm
Forum: General Issues
Topic: 3D to pixels
Replies: 2
Views: 10413

Re: 3D to pixels

Hi CodeBizzar ILookEx.ProjectToScreen( DIPoint pt, int pxWnd, int pyWnd) does it for me. To convert length from model space to size in pixels do it like (C#): iLookEx. ProjectToScreen( new DIPoint(length, 0), pxWnd, pyWnd); iLookEx. ProjectToScreen( new DIPoint(0, 0), pxWnd0, pyWnd0); int lengthInPi...
by ron1234
Mon Aug 05, 2013 3:26 am
Forum: General Issues
Topic: Attaching texture to an object
Replies: 1
Views: 9248

Attaching texture to an object

Hi
Attaching texture to an object imported via stl does not seem to be working the way it is done in the Texture sample. Am I doing something wrong?
Thanks in advance
Ron