Difference between revisions of "User:Vincent Nacon"

From Second Life Wiki
Jump to navigation Jump to search
(acting upon talk page thread)
Line 1: Line 1:
[[Image:Nacon_icon.jpg]]
{| align="left" cellpadding="4" cellspacing="0" style="border: 0px solid black; margin: 0px 0px 0px 0px; display: inline-table; -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; padding-bottom: 0px; background-color: #000000; border-style: outset; width:100%; height:300px;"
    Yeah, that's me. Don't go messin` with me, punk.
|- style="font-size: 18px; font-weight: bold; background: black; color: white; text-align: center; height:8px;"
{{Jira Reporter}}
|align="left"| [[Image:N-700.jpg]]
 
{{SL-hCard/2.0|name={{#var:Resident}}
|fontsize1=75%
|width=200px
|image_width=180px
|image=Nacon_icon.jpg
|rezday=2/25/2006
|about=An aging human-possessed android
|fields=
{{SL-hCard/field|Achievements|
* Created first sculpty fire.
* Unbannable by all means.
}}{{SL-hCard/field|Links|
* [http://twitter.com/Vincent_Nacon Nacon's Twitter]
}}
}}
 
|}
{{visl
{{visl
|name={{PAGENAME}}
|name={{PAGENAME}}
Line 18: Line 36:
[[Category:Certification]]
[[Category:Certification]]


[http://www.google.com/firefox Quick link for Google Search from SL's new Search]
== :Feature suggestion for Havok 4: ''for vehicles!'' ==
[[Image:Motors.jpg]]<br>
[https://wiki.secondlife.com/wiki/LlSetLinkMotorParam llSetLinkMotorParam in wishlist]
[https://wiki.secondlife.com/wiki/LlSetLinkMotorParam llSetLinkMotorParam in wishlist]


'''llSetLinkMotorParam((integer)Linkset,[List],(integer)Local,(integer)Motor type);<br><br>
'''Linkset''', to assign which child prim, can not be parent prim.  '''Local''', to assign it as local to parent prim or set to False as global.  '''Motor type''', to give what kind of motor to be given from Vehicle's Param motor, Linear and Angular motors. 
'''[DAMPER_SHOCK, (vector)Strength]''' 0.0-1.0, Zero for soild static. How much it takes to cancel out reaction to the whole on each axis.
'''[SPRING_RECOIL, (vector)Rate]''' 0.0-1.0, Zero for no recoil. How fast it returns to its place on each axis.
'''[SET_AXLE, (vector)Range]''' 0.0-1.0, Zero for no rotational. Assigns which vector as an free rotating axle with given range. 1.0 = 360* degree.
'''[SET_FRICTION, (float)Strength]''' 0.0-1.0, Zero for none, One for complete grip(think like a gear cog). For set of grip to climb on.
'''[MOTOR_DRIVE, (vector)Power]''' 0.0-1.0, Zero for no drive,
One for full drive power from the main Vehicle's Linear/Angular Motor input.
Using 0.1 to 0.99 divides the power usage from the main motor as given.
If Motor type is LINEAR, it moves along the axis.<br>
If Motor type is ANGULAR, it rotate around the axis. ANGULAR is limited by SET_AXLE range on given axle.<br>
If Motor type is NONE, it cancels MOTOR_DRIVE Param.<br>
If Motor type is OMEGA, it uses both Motor drive. ANGULAR is limited by SET_AXLE range on given axle.
'''NOTE:'''
Those Child-prims are actually meant to be physical in-world, to the surface. However, They should ignore collision to itself and the whole linkset they are linked to.
Whenever a child-prim is set with a motor type of "Linear", the vehicle param's linear motor should be disabled from applying to parent prim. Same for Angular motor as well... However, when one child-prim has Omega motor type, it disable both of Linear & Angular from the parent-prim.  They would need to be disabled for possible force source issue with steering and fine movements.
With  llSetVehicleType();  should apply the behavior of the child-prim motor.<br>
'''''Examples:'''''
*'''VEHICLE_TYPE_SLED''' & '''VEHICLE_TYPE_NONE''' would results as having no motor param.
*'''VEHICLE_TYPE_CAR''' would result having a rotational motor push from an axle's path.
*'''VEHICLE_TYPE_BOAT''' & '''VEHICLE_TYPE_AIRPLANE''' would result having a rotational motor push along its axis in screw style. (like a fan blowing one way)
Feel free to post your commons about this suggestion in my discussion page. Tell me what you think, any minor change?
[[Category:SL Certification Participant|{{PAGENAME}}]]
[[Category:SL Certification Participant|{{PAGENAME}}]]
{{Jira Reporter}}

Revision as of 16:04, 15 October 2010

N-700.jpg
Profile
Nacon icon.jpg
Born:
2/25/2006
About:
An aging human-possessed android
Achievements:
  • Created first sculpty fire.
  • Unbannable by all means.
Links:

llSetLinkMotorParam in wishlist

View the issues Vincent Nacon has filed at jira.secondlife.com