Sfoglia il codice sorgente

btPhystest fixup

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 anni fa
parent
commit
72366b856a
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +4
    -4
      test/physicobject.h

+ 4
- 4
test/physicobject.h Vedi File

@@ -158,10 +158,10 @@ public:
start_point, start_point + size);
m_mesh.BD()->SetTexCoordCustomBuild2(MeshType::Quad, MeshFaceType::QuadDefault,
vec2(-PARTICLE_SIZE), vec2(PARTICLE_SIZE));
MeshRand << "[sc#ffff aq 0 0]";
MeshRand << "[sc#faaf aq 0 0]";
MeshRand << "[sc#afaf aq 0 0]";
MeshRand << "[sc#aaff aq 0 0]";
MeshRand << "[tpbn tvnc sc#ffff aq 0 0]";
MeshRand << "[tpbn tvnc sc#faaf aq 0 0]";
MeshRand << "[tpbn tvnc sc#afaf aq 0 0]";
MeshRand << "[tpbn tvnc sc#aaff aq 0 0]";
#else
MeshRand << "[sc#add asph1 2]";
MeshRand << "[sc#dad asph1 2]";


Caricamento…
Annulla
Salva