Search results

Jump to: navigation, search
  • This is list of all functions and callbacks within Newton library by category. == [[:Category:Newton World Control Functions]] ==
    78 KB (4,368 words) - 05:54, 18 June 2019
  • a short tutorial by [[User:Walaber|Walaber]] [http://walaber.com homepage link] #OgreNewt_Main - this is the library itself, where all classes are defined.
    20 KB (3,038 words) - 08:02, 10 June 2019
  • ...reateUserMeshCollision|User Mesh collision]] is checked by newton when the shape potentially collides with another object (a object's AABB overlaps the user It's the App's job to fill in aCollideDesc params to define the user mesh polygons intersected by the given AABB (Axis-aligned bounding box).
    4 KB (587 words) - 08:49, 3 October 2019
  • * void *userData - pointer to user data to be used as context for event callback. * Pointer to the user collision.
    3 KB (408 words) - 09:47, 3 October 2019
  • ...reateConvexHullFromMesh (const NewtonWorld* newtonWorld, const NewtonMesh* mesh, dFloat tolerance, int shapeID); Creates a convex hull collision primitive from a mesh primitive.
    2 KB (253 words) - 08:02, 10 June 2019
  • * void* userData - userdata defined pointer sent to the NewtonCollisionIterator callback ...try into a polygonal mesh, and will call callback for every polygon of the mesh
    2 KB (176 words) - 08:02, 10 June 2019
  • ...mpoundCollisionFromMesh (const NewtonWorld* newtonWorld, const NewtonMesh* mesh, dFloat concavity, int maxShapeCount); Creates a compound collision from a mesh primitive.
    2 KB (190 words) - 08:02, 10 June 2019
  • ...[Category:User defined mesh shape functions]] [[Category:User defined mesh shape Callbacks]]
    1 KB (137 words) - 08:02, 10 June 2019
  • ...ge the user defined collision attribute stored with faces of the collision mesh. * int attribute - value of the user defined attribute to be stored with the face.
    1 KB (176 words) - 08:02, 10 June 2019
  • void NewtonMeshCalculateVertexNormals (const NewtonMesh* mesh, dFloat angleInRadians); Generates normal vectors for the vertices in the mesh primitive.
    1 KB (193 words) - 08:02, 10 June 2019
  • Creates a mesh primitive from collision geometry. ...pointer to the collision primitive of whose geometry will be stored in the mesh primitive.
    1 KB (176 words) - 08:02, 10 June 2019
  • void NewtonMeshApplyBoxMapping(const NewtonMesh* const mesh, int frontMaterial, int sideMaterial, int topMaterial, const dFloat* const Generates UV coordinates for the vertices in the mesh primitive using box coordinate mapping.
    1 KB (183 words) - 05:43, 18 June 2019
  • ...[Category:User defined mesh shape functions]] [[Category:User defined mesh shape Callbacks]]
    1 KB (128 words) - 08:02, 10 June 2019
  • * void* [[userData]] - Userdata for this collision shape. ...[Category:User defined mesh shape functions]] [[Category:User defined mesh shape Callbacks]]
    1 KB (138 words) - 08:02, 10 June 2019
  • ...whenever a raycast is performed on a [[NewtonCreateUserMeshCollision|User Mesh collision]]. ...sting for your user mesh, if you don't then raycasts will behave as if the shape is not there.
    1 KB (138 words) - 08:02, 10 June 2019
  • void NewtonMeshApplyCylindricalMapping(const NewtonMesh* const mesh, int cylinderMaterial, int capMaterial, const dFloat* const aligmentMatrix) Generates UV coordinates for the vertices in the mesh primitive using cylindrical coordinate mapping.
    1 KB (152 words) - 05:45, 18 June 2019
  • ...information about a [[NewtonCreateUserMeshCollision|User Mesh collision]] shape. * void* [[userData]] - Userdata for this collision shape.
    1 KB (125 words) - 08:02, 10 June 2019
  • void NewtonMeshMaterialGetIndexStreamShort (const NewtonMesh* const mesh, void* const handle, int materialId, short int* const index) Returns the vertex indices of the faces of the mesh which share the given material.
    1 KB (147 words) - 08:02, 10 June 2019
  • void NewtonMeshMaterialGetIndexStream (const NewtonMesh* const mesh, void* const handle, int materialId, int* const index) Returns the vertex indices of the faces of the mesh which share the given material.
    1 KB (145 words) - 08:02, 10 June 2019
  • Creates an empty mesh primitive. * NewtonMesh* Pointer to the mesh primitive.
    1 KB (146 words) - 08:02, 10 June 2019
  • int NewtonMeshNextMaterial (const NewtonMesh* const mesh, void* const handle, int materialId) Returns the next material handle used by the given mesh primitive.
    1 KB (127 words) - 08:02, 10 June 2019
  • ...e user defined collision attributes stored with each face of the collision mesh. * int - User id of the face.
    1 KB (119 words) - 08:02, 10 June 2019
  • void NewtonMeshApplySphericalMapping(const NewtonMesh* const mesh, int material, const dFloat* const aligmentMatrix) Generates UV coordinates for the vertices in the mesh primitive using spherical coordinate mapping.
    1 KB (119 words) - 05:45, 18 June 2019
  • ...[Category:User defined mesh shape functions]] [[Category:User defined mesh shape Callbacks]]
    999 bytes (95 words) - 08:02, 10 June 2019
  • ...[Category:User defined mesh shape functions]] [[Category:User defined mesh shape Callbacks]]
    990 bytes (88 words) - 08:02, 10 June 2019
  • int NewtonMeshFirstMaterial (const NewtonMesh* const mesh, void* const handle) Returns the first material handle used by the given mesh primitive.
    986 bytes (113 words) - 08:02, 10 June 2019
  • int NewtonMeshMaterialGetMaterial (const NewtonMesh* const mesh, void* const handle, int materialId) ...e graphical material (usually a texture object) corresponding to the given mesh material handle.
    946 bytes (98 words) - 08:02, 10 June 2019
  • ...[Category:User defined mesh shape functions]] [[Category:User defined mesh shape Callbacks]]
    939 bytes (98 words) - 08:02, 10 June 2019
  • Called whenever a [[NewtonCreateUserMeshCollision|User Mesh collision]] is destroyed. ...* [[userData]] - Custom user data set to identify the individual collision shape.
    896 bytes (93 words) - 08:02, 10 June 2019
  • int NewtonMeshMaterialGetIndexCount (const NewtonMesh* const mesh, void* const handle, int materialId) ...rns the number of vertex indices associated with the given material in the mesh primitive.
    890 bytes (97 words) - 08:02, 10 June 2019
  • void NewtonMeshBeginFace(const NewtonMesh* const mesh) Starts the definition of the geometry stored in the mesh primitive.
    869 bytes (100 words) - 08:02, 10 June 2019
  • void NewtonMeshEndFace (const NewtonMesh *mesh); Ends the definition of the geometry stored in the mesh primitive.
    856 bytes (99 words) - 08:02, 10 June 2019
  • ...tonMesh* NewtonMeshApproximateConvexDecomposition (const NewtonMesh* const mesh, dFloat maxConcavity, dFloat backFaceDistanceFactor, int maxCount, int maxV * const NewtonMesh* const mesh
    800 bytes (65 words) - 08:02, 10 June 2019
  • ...[[Category:Collision shape functions]] [[Category:User defined mesh shape functions]]
    778 bytes (69 words) - 08:02, 10 June 2019
  • ...] [[Category:Compound shape functions]] [[Category:User defined mesh shape functions]]
    758 bytes (67 words) - 08:02, 10 June 2019
  • void NewtonMeshDestroy (const NewtonMesh* mesh); Destroys a mesh primitive and it's associated geometry data.
    754 bytes (88 words) - 08:02, 10 June 2019
  • ...:Newton Functions without description]] [[Category:User defined mesh shape functions]]
    719 bytes (67 words) - 08:02, 10 June 2019
  • int NewtonMeshGetVertexCount (const NewtonMesh* mesh); Returns the number of vertices of the mesh primitive.
    705 bytes (77 words) - 08:02, 10 June 2019
  • ...ionFromMesh (const NewtonWorld* const newtonWorld, const NewtonMesh* const mesh, int shapeID) * const NewtonMesh* const mesh
    700 bytes (66 words) - 08:02, 10 June 2019
  • ...] [[Category:Compound shape functions]] [[Category:User defined mesh shape functions]]
    691 bytes (51 words) - 08:02, 10 June 2019
  • ...[Category:Convex hull shape functions]] [[Category:User defined mesh shape functions]]
    661 bytes (64 words) - 08:02, 10 June 2019
  • void NewtonMeshClip (const NewtonMesh* const mesh, const NewtonMesh* const clipper, const dFloat* const clipperMatrix, Newton * const NewtonMesh* const mesh
    655 bytes (67 words) - 08:02, 10 June 2019
  • void NewtonMeshApplyAngleBasedMapping(const NewtonMesh* const mesh, int material, NewtonReportProgress reportPrograssCallback, void* const rep * const NewtonMesh* const mesh
    684 bytes (59 words) - 05:46, 18 June 2019
  • ...] [[Category:Compound shape functions]] [[Category:User defined mesh shape functions]]
    615 bytes (47 words) - 08:02, 10 June 2019
  • NewtonMesh* NewtonMeshSimplify (const NewtonMesh* const mesh, int maxVertexCount, NewtonReportProgress reportPrograssCallback, void* con * const NewtonMesh* const mesh
    615 bytes (53 words) - 08:02, 10 June 2019
  • ...:Newton Functions without description]] [[Category:User defined mesh shape functions]]
    612 bytes (49 words) - 08:02, 10 June 2019
  • ...] [[Category:Compound shape functions]] [[Category:User defined mesh shape functions]]
    596 bytes (45 words) - 08:02, 10 June 2019
  • ...] [[Category:Compound shape functions]] [[Category:User defined mesh shape functions]]
    589 bytes (45 words) - 08:02, 10 June 2019
  • ...] [[Category:Compound shape functions]] [[Category:User defined mesh shape functions]]
    577 bytes (48 words) - 08:02, 10 June 2019
  • ...ription]] [[Category:Deform functions]] [[Category:User defined mesh shape functions]]
    566 bytes (49 words) - 08:02, 10 June 2019

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)