Difference between revisions of "Talk:LlParticleSystem"

From Second Life Wiki
Jump to navigation Jump to search
Line 15: Line 15:
hmm... there seems to be a bug in the table that makes [[Template:LSLG]] break (variable type isn't linked) but I can't figure out where it comes from... o.O<br>[[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 20:19, 25 October 2008 (UTC)
hmm... there seems to be a bug in the table that makes [[Template:LSLG]] break (variable type isn't linked) but I can't figure out where it comes from... o.O<br>[[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 20:19, 25 October 2008 (UTC)
:I was in the progress of fixing that, but the power went out mid update (I was doing it in parts because I was updating the table). Should be fixed now, (LSLG isn't needed anymore). -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 01:59, 26 October 2008 (UTC)
:I was in the progress of fixing that, but the power went out mid update (I was doing it in parts because I was updating the table). Should be fixed now, (LSLG isn't needed anymore). -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 01:59, 26 October 2008 (UTC)
== PSYS_SRC_OMEGA emitter rotation caveat ==
I discovered this and found no mention so added it. To test this (if you didn't already know about it) make a simple particle display and set any single axis spinning with PSYS_SRC_OMEGA e.g. <0.0,0.0,3.0>. Take note of the display. In the saved and running script change the vector to e.g. <0.5,0.0,3.0> then save. Take note again. Then change the vector back to <0.0,0.0,3.0>. You'll note that the last of these three displays is not the same as the first (even though the script is). This is because the emitter has been rotated on the X axis briefly. Now put the script into a fresh prim and see that the result is the same as the first of the three displays and is quite different from the display seen from the last of the old prims displays. [[User:Fred Gandt|Fred Gandt]] 08:29, 20 January 2010 (UTC)

Revision as of 01:29, 20 January 2010

Initial Publish Notes

I'm experimenting with the table layout. I wanted to try and see how embedding the value constants in the rule table would look. So far, I think it looks good, but want to know what everyone else thinks. Now, the question is, how to embed the table into the template; having some issues there. Talarus Luan 13:49, 28 January 2007 (PST)

If you are going to embed the template you have to use the old style <table><tr><td></tr></table> tags. Or you have to escape all of your | with the {{!}} template. It's why all of the Template:LSL_Constants_* templates use the old style tags. Looks really good. Strife Onizuka 15:31, 28 January 2007 (PST)

I got a bit impulsive ~_~ Strife Onizuka 16:35, 28 January 2007 (PST)

Cool. Works for me. Now I know what I have to do to make it work, I can do some more like it. :) Talarus Luan 18:11, 28 January 2007 (PST)
Please Please Please do. It is a very time consuming task I do not look forward to doing all myself. Oh, I don't foresee any changes to the templates, I am toying with the idea for a template for constant pages but that probably won't be tied into the main LSL_Generic (constants just don't need all the fields; even if it was I would change the derived template interfaces). I fixed a few small issues with the templates earlier. Your use of return_text to make the box go surprised me. I've fixed the error messages so they give the right names (more specifically I duplicated them and put them in the higher up templates). Keep up the good work. Strife Onizuka 01:22, 29 January 2007 (PST)

I see at the bottom about how the rendering limit is 4096 particles within draw distance. Is this a new limit? If it is, why do edit-preferences go to over 8000? Is this to eliminate the issue of griefer particle weapons crashing clients? If you have the slider over 4096 can your client still be crashed by too many particles?IntLibber Brautigan 10:34, 8 July 2008 (PDT)

type

hmm... there seems to be a bug in the table that makes Template:LSLG break (variable type isn't linked) but I can't figure out where it comes from... o.O
Zai signature.png Lynch (talk|contribs) 20:19, 25 October 2008 (UTC)

I was in the progress of fixing that, but the power went out mid update (I was doing it in parts because I was updating the table). Should be fixed now, (LSLG isn't needed anymore). -- Strife (talk|contribs) 01:59, 26 October 2008 (UTC)

PSYS_SRC_OMEGA emitter rotation caveat

I discovered this and found no mention so added it. To test this (if you didn't already know about it) make a simple particle display and set any single axis spinning with PSYS_SRC_OMEGA e.g. <0.0,0.0,3.0>. Take note of the display. In the saved and running script change the vector to e.g. <0.5,0.0,3.0> then save. Take note again. Then change the vector back to <0.0,0.0,3.0>. You'll note that the last of these three displays is not the same as the first (even though the script is). This is because the emitter has been rotated on the X axis briefly. Now put the script into a fresh prim and see that the result is the same as the first of the three displays and is quite different from the display seen from the last of the old prims displays. Fred Gandt 08:29, 20 January 2010 (UTC)