Problem mit den Fruchtarten

  • für Grass und Getreide: diesen Eintrag in den Shader.xml suchen <![CDATA[
    float frequency = 0.3;
    float3 direction = float3(0,0,0)*0.1;
    float offset = sin(In.time.y + In.position.x*In.position.y * frequency)*In.texCoords[0].y/32767.0;
    return float4(In.position.xyz + direction * offset, 1.0);
    ]]>
    shader.xml :data/maps/shaders


    die Zeile ändern float3 direction = float3(1,0,0)*0.1; in float3 direction = float3(0,0,0)*0.1;


    geht mit Wheat,Grass und Cuttedwheat


    ist zwar von 09 geht aber auch bei 11

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!