Talk:Dreamball: Difference between revisions
Jump to navigation
Jump to search
Craziestdan (talk | contribs) No edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Simulating spheres == | == Simulating spheres == | ||
Are you aware that VPhyiscs can simulate a perfect sphere? It's cheaper and smoother than the high-density collision mesh you're using at the moment. I forget its precise keyword unfortunately; all I can find by searching the loose CPP files is PhysSphereCreate(), but that isn't called directly. --[[user:TomEdwards|TomEdwards]] 07:07, 1 Dec 2008 (PST) | Are you aware that VPhyiscs can simulate a perfect sphere? It's cheaper and smoother than the high-density collision mesh you're using at the moment. I forget its precise keyword unfortunately; all I can find by searching the loose CPP files is PhysSphereCreate(), but that isn't called directly. --[[user:TomEdwards|TomEdwards]] 07:07, 1 Dec 2008 (PST) | ||
::I wasn't aware... Could that be part of why my marbles never keep still? They always manage to roll on their own... I figured this was just Source's normal behaviour? Thx for the info, I'll be sure to look into it :) PS how do I go about doing this perfect sphere? Is it all done via code only, with PhysSphereCreate(), or is it something available in hammer already? --[[User:Craziestdan|Craziestdan]] 11:13, 1 Dec 2008 (PST) | ::I wasn't aware... Could that be part of why my marbles never keep still? They always manage to roll on their own... I figured this was just Source's normal behaviour? Thx for the info, I'll be sure to look into it :) PS how do I go about doing this perfect sphere? Is it all done via code only, with PhysSphereCreate(), or is it something available in hammer already? --[[User:Craziestdan|Craziestdan]] 11:13, 1 Dec 2008 (PST) | ||
:::[[prop_sphere|Found how to make one]]. You'll be able to find all the code you need in the SDK. But if anything it'll make the marble-rolling problem even worse, I'm afraid! --[[user:TomEdwards|TomEdwards]] 11:54, 1 Dec 2008 (PST) |
Revision as of 12:54, 1 December 2008
Simulating spheres
Are you aware that VPhyiscs can simulate a perfect sphere? It's cheaper and smoother than the high-density collision mesh you're using at the moment. I forget its precise keyword unfortunately; all I can find by searching the loose CPP files is PhysSphereCreate(), but that isn't called directly. --TomEdwards 07:07, 1 Dec 2008 (PST)
- I wasn't aware... Could that be part of why my marbles never keep still? They always manage to roll on their own... I figured this was just Source's normal behaviour? Thx for the info, I'll be sure to look into it :) PS how do I go about doing this perfect sphere? Is it all done via code only, with PhysSphereCreate(), or is it something available in hammer already? --Craziestdan 11:13, 1 Dec 2008 (PST)
- Found how to make one. You'll be able to find all the code you need in the SDK. But if anything it'll make the marble-rolling problem even worse, I'm afraid! --TomEdwards 11:54, 1 Dec 2008 (PST)
- I wasn't aware... Could that be part of why my marbles never keep still? They always manage to roll on their own... I figured this was just Source's normal behaviour? Thx for the info, I'll be sure to look into it :) PS how do I go about doing this perfect sphere? Is it all done via code only, with PhysSphereCreate(), or is it something available in hammer already? --Craziestdan 11:13, 1 Dec 2008 (PST)