Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llTargetOmega can not work in Group Prims? #270

Open
toweiyg opened this issue May 25, 2017 · 5 comments
Open

llTargetOmega can not work in Group Prims? #270

toweiyg opened this issue May 25, 2017 · 5 comments
Labels
Projects
Milestone

Comments

@toweiyg
Copy link

toweiyg commented May 25, 2017

In 0.9.5, I build a group model. In the root prim, i add the script:
default { state_entry() { llTargetOmega(<0,0,1>,0.1, 0.0); } }

I hope the whole model will cycle with the root prim. But it not work.

If i just put the up code in a single prim, the prim will cycle.

@emperorstarfinder
Copy link
Contributor

Good morning,

This is the link to llTargetOmega info on the Secondlife Scripting Wiki. Looks like you might actually be missing a piece in your script: http://wiki.secondlife.com/wiki/LlTargetOmega

That being said if that still doesn't work then at that point llTargetOmega will need to be reviewed.

@fly-man- fly-man- added this to the 0.9.5 milestone May 25, 2017
@toweiyg
Copy link
Author

toweiyg commented May 25, 2017

Thank you @emperorstarfinder ,but the same code and same prims can work under opensim0.7.6

@emperorstarfinder
Copy link
Contributor

I will take a look at the implementation and see if there is something missing. It could very well be that llTargetOmega is not fully implemented.

Also it should be noted that WhiteCore does use the old DotNetEngine and not XEngine so there may be functions that are not correctly working or are just not implemented yet.

@fly-man-
Copy link
Member

llTargetOmega is 75% implemented, the basics is in but there's 14 commits from OpenSim that weren't whitecorified which makes the implementation not complete. The problem was that those are based on XEngine and we're still on DNE

@emperorstarfinder
Copy link
Contributor

Yes this appears to be the case. I'll see if I cannot implement it.

It appears to be implemented in the LSL_Api but might need to implement the pieces in other areas of the code such as SceneObjectPart. Ill need to look at which 14 commits from Opensim aren't committed to see what is actually missing.

@fly-man- fly-man- added this to TODO in 0.9.5 Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
0.9.5
TODO
Development

No branches or pull requests

3 participants