• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-1404
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: ml0rtd kit
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

llSetPrimitiveParams give not exspected resuls if using prim_color and prim_texture

Created: 01/Feb/08 04:47 AM   Updated: 01/Feb/08 05:30 AM
Return to search
Component/s: Scripts, Simulation
Affects Version/s: Havok4 Beta
Fix Version/s: None

File Attachments: 1. Text File textblock.lsl (6 kB)

Image Attachments:

1. havok4 texture.jpg
(209 kB)
Environment:
Second Life 1.18.5 (3) Nov 28 2007 13:59:53 (Second Life Release)

You are at 214144.4, 278581.6, 27.8 in Saya Sakai Inc located at sim5615.agni.lindenlab.com (8.2.34.171:12035)
Havok4 Beta Server 1.18.6.78103

CPU: Intel Core 2 Series Processor (2400 MHz)
Memory: 3583 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8500 GT/PCI/SSE2
OpenGL Version: 2.1.1
LLMozLib Version: 1.1.0 (Mozilla GRE:1.8.0.12_0000000000)
Packets Lost: 2078/77105 (2.7%)
Viewer Digest: ffac34f4-0452-2fcc-16b7-c2868f0923ef
Issue Links:
Duplicate
 


 Description  « Hide
simple script use the following to set the faces on 1 block

llSetPrimitiveParams (
[
PRIM_COLOR, c_block1, k1, a1, // full, light the char
PRIM_TEXTURE , c_block1, texture, c_repeat1, c_offset1 + c1, 0.0,
PRIM_COLOR, c_block2, k2, a2, // full, light the char
PRIM_TEXTURE , c_block2, texture, c_repeat2, c_offset2 + c2, 0.0,
PRIM_COLOR, c_block3, k3, a3, // full, light the char
PRIM_TEXTURE , c_block3, texture, c_repeat3, c_offset3 + c3, 0.0,
PRIM_COLOR, c_block4, k4, a4, // full, light the char
PRIM_TEXTURE , c_block4, texture, c_repeat4, c_offset4 + c4, 0.0,
PRIM_COLOR, c_block5, k5, a5, // full, light the char
PRIM_TEXTURE , c_block5, texture, c_repeat5, c_offset5 + c5, 0.0
]
);

expect: To behave like havok1 and nicely see 5 faces white , with the word "HELLO"
> in havo4beta sim it mesh up, the repeats are not correctly set for the faces

  • if i make 2 llPrimitiveparams 1 for color and 1 to set texter its alright but hen combind the repeat is not set.
    ( including the script just place in a box and he wil do the rest.)


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.