Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, howardR), 472 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 32 of 41 1 2 30 31 32 33 34 40 41
Re: Newton 2 wrapper [Re: darkinferno] #292559
10/04/09 20:03
10/04/09 20:03
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Originally Posted By: darkinferno
the reason why this isnt used as much as it could be is its ease of use, like how the physX plugin maintains some similarites to the native gs plugin in terms of function calls, its rather hard for me to make any progress if i have to keep learning new systems, with that said... keep up the work, i for one prefer newton over physX, just that learning to use it properly isnt on my todo list atm


I think that's not entirely possible, as Newton offers more stuff than ODE, like materials.

The wrapper is working pretty good, imho just the wrapper interface needs some more minor cleanup to make it ready for plug and play without having to edit the wrapper code.
But I'm sure that vet will further improve it.

Re: Newton 2 wrapper [Re: FBL] #293657
10/12/09 22:57
10/12/09 22:57
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Headers are updated to latest Newton version, beta 10 (http://newtondynamics.com/forum/downloads.php)... planned to improve Joint library with firoball's code and new features of Newton


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #293752
10/13/09 15:46
10/13/09 15:46
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Thanks.

Where can I get the wrapper files? Guess I'm blind... laugh

Re: Newton 2 wrapper [Re: FBL] #293791
10/13/09 20:57
10/13/09 20:57
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Nope, i just want to add at least one interesting feature (character controller, ragdoll, car, or brekeable entities) and then publish new version laugh


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #293810
10/14/09 01:26
10/14/09 01:26
Joined: May 2003
Posts: 567
Spain, Canary Islands
Felixsg Offline
User
Felixsg  Offline
User

Joined: May 2003
Posts: 567
Spain, Canary Islands
really great
I like to test the new version

Re: Newton 2 wrapper [Re: VeT] #294503
10/19/09 15:31
10/19/09 15:31
Joined: Dec 2008
Posts: 14
D
DarkSoul Offline
Newbie
DarkSoul  Offline
Newbie
D

Joined: Dec 2008
Posts: 14
Hi, is there a document or help file with the commands for physics newton?

Re: Newton 2 wrapper [Re: DarkSoul] #294561
10/19/09 21:07
10/19/09 21:07
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
The Newton Wiki

Re: Newton 2 wrapper [Re: VeT] #294628
10/20/09 09:23
10/20/09 09:23
Joined: Dec 2008
Posts: 14
D
DarkSoul Offline
Newbie
DarkSoul  Offline
Newbie
D

Joined: Dec 2008
Posts: 14
Yes, but I dont can access some commands, said me that:

Permission error
From Newton Wiki
Jump to: navigation, search

Quote:
You do not have permission to do that, for the following reason:
The action you have requested is limited to users in the group user.


This occurs with the following commands:

Quote:
NewtonMeshAddFace
NewtonMeshApplyBoxMapping
NewtonMeshApplyCylindricalMapping
NewtonMeshApplySphericalMapping
NewtonMeshBeginFace
NewtonMeshCalculateVertexNormals
NewtonMeshCreate
NewtonMeshCreateFromCollision
NewtonMeshDestroy
NewtonMeshEndFace
NewtonMeshFirstMaterial
NewtonMeshGetIndirectVertexStreams
NewtonMeshGetVertexCount
NewtonMeshGetVertexStreams
NewtonMeshMaterialGetIndexCount
NewtonMeshMaterialGetIndexStream
NewtonMeshMaterialGetIndexStreamShort
NewtonMeshMaterialGetMaterial
NewtonMeshNextMaterial
NewtonMeshPlaneClip


How can I access them?

Re: Newton 2 wrapper [Re: DarkSoul] #294631
10/20/09 10:19
10/20/09 10:19
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
I guess you need to register at the forum or sth like that.

Re: Newton 2 wrapper [Re: FBL] #294638
10/20/09 11:29
10/20/09 11:29
Joined: Dec 2008
Posts: 14
D
DarkSoul Offline
Newbie
DarkSoul  Offline
Newbie
D

Joined: Dec 2008
Posts: 14
Ah, thanks!, that was my problem.

Page 32 of 41 1 2 30 31 32 33 34 40 41

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1