
| Key: |
SVC-1404
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Duplicate
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
ml0rtd kit
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
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.)
|
|
Description
|
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.)
|
Show » |
| There are no comments yet on this issue.
|
|