Anonymous | Login | Signup for a new account | 2021-01-15 07:15 PST | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0008420 | opensim | [REGION] Physics Engines | public | 2018-12-10 05:09 | 2018-12-11 09:25 | |||||
Reporter | brenner23 | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||
Status | new | Resolution | open | |||||||
Platform | Operating System | Operating System Version | ||||||||
Product Version | 0.9.0.1 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0008420: Physiks Flying Follow Objetcs | |||||||||
Description | I have a Script here it was working on Older version from Opensim its a Follow Prim Script... ( Physics), bur its alwas rotating but no Follow *Someone told me i have to change some on true but than its folling bur rotate in all directions and not only on X or Y axis | |||||||||
Steps To Reproduce | Here is the Script default { state_entry() { vector pos = llGetPos(); llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y, FALSE); llSetStatus(STATUS_PHYSICS, TRUE); llSleep(0.1); llMoveToTarget(pos,0.1); key id = llGetOwner(); llSensorRepeat("",id,AGENT,20,2*PI,.4); llOwnerSay(" i will Follow you ..."); } on_rez(integer bla) { vector pos = llGetPos(); llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y, FALSE); llSetStatus(STATUS_PHYSICS, TRUE); llSleep(0.1); llMoveToTarget(pos,0.1); key id = llGetOwner(); llSensorRepeat("",id,AGENT,20,2*PI,.4); llOwnerSay(" i will Follow you ..."); } sensor(integer total_number) { vector pos = llDetectedPos(0); vector offset =<-1,1,1.0>; pos+=offset; llMoveToTarget(pos,.5); } } | |||||||||
Additional Information | *Someone told me i have to change some on true but than its folling bur rotate in all directions and not only on X or Y axis llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y, FALSE); No FLy only rotating llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y, TRUE); Fly but rotating all direction | |||||||||
Tags | No tags attached. | |||||||||
Git Revision or version number | Latests and befor 8.2.xx | |||||||||
Run Mode | Standalone (1 Region) , Standalone (Multiple Regions) , Grid (1 Region per Sim) , Grid (Multiple Regions per Sim) | |||||||||
Physics Engine | BulletSim | |||||||||
Script Engine | ||||||||||
Environment | Mono / Linux64 | |||||||||
Mono Version | 5.x | |||||||||
Viewer | Firestorm, Singularity... | |||||||||
Attached Files | ||||||||||
![]() |
|
(0033609) UbitUmarov (administrator) 2018-12-11 09:25 |
made a change on master repo this script will now do something on ubOde |
![]() |
|||
Date Modified | Username | Field | Change |
2018-12-10 05:09 | brenner23 | New Issue | |
2018-12-11 09:25 | UbitUmarov | Note Added: 0033609 |
Copyright © 2000 - 2012 MantisBT Group |