I start with Newton I am having collision misbehaviors

A place to discuss everything related to Newton Dynamics.

Moderators: Sascha Willems, walaber

I start with Newton I am having collision misbehaviors

Postby Julio Jerez » Wed Nov 23, 2005 10:26 am

The Newton engine internal transformation matrices, and vector are full general purpose routines
Sometime many users have specialized matrices classes that ignore the last element of the matrix making it a 4 x 3 matrix mapped into a 4 x 4 array.
This usually works with special transformation routine, but when general routines if the last element is an undefined values, the results are unpredictable.
Matrices in Newton must the following format
Code: Select all
 
    a00 a01 a02 0.0
M = a10 a11 a12 0.0
    a20 a21 a22 0.0
    a30 a31 a32 1.0
Julio Jerez
Moderator
Moderator
 
Posts: 12249
Joined: Sun Sep 14, 2003 2:18 pm
Location: Los Angeles

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 12 guests