IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt 3D: Shadow Map QML Example

A Qt 3D QML application that illustrates how to render a scene in Qt 3D with shadows.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt 3D: Shadow Map QML Example

 
Sélectionnez
<RCC>
    <qresource prefix="/">
        <file>main.qml</file>
        <file>AdsMaterial.qml</file>
        <file>AdsEffect.qml</file>
        <file>ShadowMapLight.qml</file>
        <file>ShadowMapFrameGraph.qml</file>

        <file>Trefoil.qml</file>
        <file>Toyplane.qml</file>
        <file>GroundPlane.qml</file>

        <file>shaders/ads.frag</file>
        <file>shaders/ads.vert</file>
        <file>shaders/shadowmap.frag</file>
        <file>shaders/shadowmap.vert</file>
        <file>shaders/es3/ads.frag</file>
        <file>shaders/es3/ads.vert</file>
        <file>shaders/es3/shadowmap.frag</file>
        <file>shaders/es3/shadowmap.vert</file>
    </qresource>
</RCC>

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+