virtual-world-framework / mars-game

A game designed to teach STEM concepts to high school students under the ADL True Game-based Learning project.
Other
40 stars 8 forks source link

Triangle shader revamp #742

Closed BrettASwift closed 8 years ago

BrettASwift commented 8 years ago

@kadst43 @AmbientOSX

Okay, so... This is working. I had to strip it down to the bare minimum because nothing beyond that is working. The different triangle colors don't work for some reason. I have no clue why, so the user triangle color is hard-coded in the shader. I will keep hammering on it. If we have to draw multiple triangles in the same scenario, I will have to revisit and test that a lot. Please pull this and play through mission 4 with it. If you run into any problems, let me know. I'm not super confident that this is bug free (maybe that's just frustration from the parts I haven't gotten working yet, I don't know). I played through it and nothing broke, for what it's worth.

kadst43 commented 8 years ago

I’m good with hard-coded colors for now. At this point, I think it's fair to say that we won't bring multiple triangles back.

I'll aim to take a look tomorrow.

-K

kadst43 commented 8 years ago

Also looks good. :+1: