ncannasse / hxsl

Haxe Shader Language, a high level 3D shader language for Haxe
86 stars 10 forks source link

why not m33 ,now it is dp3 #41

Closed matrix3d closed 9 years ago

matrix3d commented 9 years ago

Test2.hx:20: vertex: mov t0.xyz, c4.xxx dp3 t1.x, t0.xyz, c0 dp3 t1.y, t0.xyz, c1 dp3 t1.z, t0.xyz, c2 mov out, t1.xyzz fragment: mov out, c0.xxxx

ncannasse commented 9 years ago

m33 is just a macro, this will not change much