Kral Playfair
Registered User
Join date: 8 Aug 2004
Posts: 24
|
09-02-2004 18:15
When attached, llSetPrimitiveParams fails to set textures, but I can set the fields using the separate ll functions. Not being able to use llSetPrimitiveParams sucks, as the other functions are slow. Is there no other way around this bug?
|
Adam Zaius
Deus
Join date: 9 Jan 2004
Posts: 1,483
|
Re: llSetPrimitiveParams([PRIM_TEXTURE, ... fails, but llOffsetTexture + friends work
09-02-2004 18:53
From: someone Originally posted by Kral Playfair When attached, ... There's your problem. llSetPrimParams does not work on attached objects, this is becuase some of the llSetPrimParam's options can cause the sim to crash in attachments. -Adam
|