Dan Moody

Results 31 comments of Dan Moody

Hi there, thanks for the kind words! =) Ah ok, looks like I haven't got conversion ctors for things like this. Whoops! I'll get to adding that. Thanks for highlighting...

Hi, starting work on this one now. Is there a list of all the allowed conversions in HLSL/Cg? I tried searching for something but I found nothing and I'd rather...

Ok, fair enough. 🙂 I think you've found the perfect middleground for me with this. Explicit ctors are the way to go. If it ends up annoying people that much...

I've submitted explicit ctors for converting from between every vector with the same number of components. I've also added this for matrices while I was there. No official release yet...

Got the above working for both vectors and matrices. So unless we have any gripes with what I've put in the above comment I'll mark this as resolved when it...

Oh yeah, I forgot about the ctors with vector and scalar mixes. I'll change it to that, I prefer that too. Good luck with the house move. =)

Hey there! I've attached a version of HLML with all of the new ctors in their current form. I've still got to write the tests for them yet, but everything...

Hey there! Don't worry about it! I get what it's like with house moves. =) I've gotten all the functionality and tests written for this issue as well as #59...

Oh I see, you're trying to use HLML as a solution for writing both C++ and HLSL code. I never thought of that. Do you think it would be possible...

I had a look at this over my lunch break and I think you're right and I think it might just be possible to do this without templates. I'll take...