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

ScissorTest QML Type

The ScissorTest type discards fragments that fall outside of a certain rectangular portion of the screen.

This type was introduced in Qt 5.7.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

ScissorTest QML Type

  • Import Statement: import Qt3D.Render 2.4

  • Since:: Qt 5.7

  • Inherits:: RenderState

  • Instantiates:: QScissorTest

  • Group: ScissorTest is part of renderstates

Detailed Description

A ScissorTest type enables scissor test, which discards fragments outside the rectangular area of the screen specified by the left, bottom, width and height properties.

Property Documentation

 

bottom : int

Holds the bottom coordinate of the scissor box.

height : int

Holds the height of the scissor box.

left : int

Holds the left coordinate of the scissor box.

width : int

Holds the width of the scissor box.

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