Re: [hlcoders] Resizing models dynamically?

2007-07-02 Thread Tony \omega\ Sergi
Message - From: Tony omega Sergi [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Saturday, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked text/plain from multipart/alternative ] setmodelwidthscale. you'll need to modify

Re: [hlcoders] Resizing models dynamically?

2007-07-02 Thread Justin Krenz
, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked text/plain from multipart/alternative ] setmodelwidthscale. you'll need to modify the code on the client that uses it though, so that it will also scale Z. oh and change the network

Re: [hlcoders] Resizing models dynamically?

2007-07-01 Thread Drak
@list.valvesoftware.com Sent: Saturday, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked text/plain from multipart/alternative ] setmodelwidthscale. you'll need to modify the code on the client that uses it though, so that it will also scale Z. oh and change

Re: [hlcoders] Resizing models dynamically?

2007-07-01 Thread Tony \omega\ Sergi
setting, but I can't track down were it actually does the rendering for the scale. - Original Message - From: Tony omega Sergi [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Saturday, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked

Re: [hlcoders] Resizing models dynamically?

2007-07-01 Thread Adam \amckern\ McKern
track down were it actually does the rendering for the scale. - Original Message - From: Tony omega Sergi [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Saturday, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked text/plain

Re: [hlcoders] Resizing models dynamically?

2007-07-01 Thread Justin Krenz
[EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Saturday, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked text/plain from multipart/alternative ] setmodelwidthscale. you'll need to modify the code on the client that uses it though, so

Re: [hlcoders] Resizing models dynamically?

2007-07-01 Thread Justin Krenz
omega Sergi [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Saturday, June 30, 2007 11:57 PM Subject: Re: [hlcoders] Resizing models dynamically? -- [ Picked text/plain from multipart/alternative ] setmodelwidthscale. you'll need to modify the code on the client that uses it though

[hlcoders] Resizing models dynamically?

2007-06-30 Thread Drak
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] I'm trying to resize models 'dynamically' just for a simple rendering effect. But.. like in the HL1 SDK, all you had todo was change some stuff around in the function that loads the model. Is there a

Re: [hlcoders] Resizing models dynamically?

2007-06-30 Thread Tony \omega\ Sergi
-- [ Picked text/plain from multipart/alternative ] setmodelwidthscale. you'll need to modify the code on the client that uses it though, so that it will also scale Z. oh and change the network table so it doesn't get clamped at 1.0 if you wanted to make it bigger for example. just remember,