muscle names

Hi Soren,

This is the specifications graphic card:

Chip type: RADEOM X700 SE (0x5E4F)
DAC type: Internal DAC(400MHz)
Memory size: 256 MB
Adaptar name: RADEON X700 SE
BIOS information: 112-AAxxxxx-xxx

We would look the color names in the model view to change the
position model and identify the muscles easily. We would like to put
different colors in the model. We send you the file in bmp.

In the file muscle.any I defined this:

AnyViaPointMuscle coracobrachialis_2 = {
AnyMuscleModel &MusMdl = …MusPar.coracobrachialis_2;
AnyRefNode &Org = …Seg.Scapula.O_coracobrachialis_2;
AnyRefNode &Ins = …Seg.Humerus.I_coracobrachialis_2;
Org={
AnyDrawVector DrawName = {
Vec = {0.0,0,0}; //use zero length
Line.Thickness = 0.1; //arbitary value
Text = “Coracobrachialis 2”; //make reference to name
Line.RGB=Main.DrawSettings.NamesGreen.RGB;//make reference to
color
};
};
//AnyDrawMuscle DrwMus =
{#include “…/drawSettings/MusDrawSettings.any”};
AnyDrawMuscle DrwMus =
{#include “…/drawSettings/MusDrawSettingsGreen.any”};

};

And in the DrawSettings this:

AnyFolder NamesGreen={
AnyVec3 RGB = {0,1,0};
AnyVec3 ScaleXYZ={0.01,0.01,0.01};
};

But in the bmp file it don’t look the color name and the number of
coracobrachialis.

Hi Soren,
I am waiting your answer. I don’t know if the problem will be the
graphic card.
I send you the “.bmp” file because I programed the green name and I
looked the blue name. Also the number “coracobrachialis 2” don’t look
well.
Thanks.

Hi Raul

Sorry to let you wait until now

I have taken a look at the picture you send and your are right the
names appears in blue with the name coracobrachialis_4.

The script that you used said it should be in green and say
coracobrachialis_2. If you look close on the picture you can see
something green behind the number “4”. Are you sure that you are not
drawing any other muscles names than “coracobrachialis_2” for
example “coracobrachialis_4”. Some of the muscles uses the same
origin point and if you display their names they will draw on top of
each other, i am not sure but could this be the case here?.

We have seen the color problem on Radeon graphics cards before,
maybe you can update the driver file?

Best regards
Søren, AnyBody Support

— In anyscript@yahoogroups.com, Raúl Borraz Lamiel
<raulborrazlamiel@…> wrote:
>
> Hi Soren,
>
> This is the specifications graphic card:
>
> Chip type: RADEOM X700 SE (0x5E4F)
> DAC type: Internal DAC(400MHz)
> Memory size: 256 MB
> Adaptar name: RADEON X700 SE
> BIOS information: 112-AAxxxxx-xxx
>
> We would look the color names in the model view to change the
> position model and identify the muscles easily. We would like to
put
> different colors in the model. We send you the file in bmp.
>
> In the file muscle.any I defined this:
>
> AnyViaPointMuscle coracobrachialis_2 = {
> AnyMuscleModel &MusMdl = …MusPar.coracobrachialis_2;
> AnyRefNode &Org = …Seg.Scapula.O_coracobrachialis_2;
> AnyRefNode &Ins = …Seg.Humerus.I_coracobrachialis_2;
> Org={
> AnyDrawVector DrawName = {
> Vec = {0.0,0,0}; //use zero length
> Line.Thickness = 0.1; //arbitary value
> Text = “Coracobrachialis 2”; //make reference to name
> Line.RGB=Main.DrawSettings.NamesGreen.RGB;//make reference
to
> color
> };
> };
> //AnyDrawMuscle DrwMus =
> {#include “…/drawSettings/MusDrawSettings.any”};
> AnyDrawMuscle DrwMus =
> {#include “…/drawSettings/MusDrawSettingsGreen.any”};
>
> };
>
>
> And in the DrawSettings this:
>
> AnyFolder NamesGreen={
> AnyVec3 RGB = {0,1,0};
> AnyVec3 ScaleXYZ={0.01,0.01,0.01};
> };
>
> But in the bmp file it don’t look the color name and the number of
> coracobrachialis.
>