Italia
Fonte/ Codesnippets

@Jonathans 3D-Screensaver in OGL

 

p.specht

Ein äusserst erhaltenswertes Beispiel per die OGL-Fähigkeiten von XProfan. Ich hoffe, Jonathan ist diese weitere Veröffentlichung recht. Bitte ev. um nachträgliches OK! LG p.specht
'/// RamschWare(tm) by Jonathan ///
Var DotzAnzahl& = 20
Declare Doetze#[DotzAnzahl&], Temp&
Class Dotz = X!, Y!, Z!, VX!, VY!, VZ!, R!, G!, B!, Seg&, Form&, RotoX!, VRotoX!, RotoY!, VRotoY!
Dim Doetze#[], Dotz
WindowStyle 16+64+256
Window %maxx, %maxy
Randomize
'Doetze erstellen

WhileLoop 0, DotzAnzahl& - 1

    With Doetze#[&loop]

        .R! = @Rnd()
        .G! = @Rnd()
        .B! = @Rnd()
        Temp& = @Rnd(3)

        If Temp& = 0

            .R! = 1

        ElseIf Temp& = 1

            .G! = 1

        ElseIf Temp& = 2

            .B! = 1

        EndIf

        .Seg& = @Rnd(5) + 3
        .VX! = (@Rnd() - .5) / 4
        .VY! = (@Rnd() - .5) / 4
        .VZ! = (@Rnd() - .5) / 4
        .Form& = @Rnd(5)
        .VRotoX! = @Rnd() * 10 - 5
        .VRotoY! = @Rnd() * 10 - 5

    EndWith

EndWhile

Ogl("Init", %hwnd, 0, 0, 0, 1)
Ogl("PosMode", 1)

Proc ZeichneDoetze

    Parameters Doetze#[], DA&
    Ogl("Clear")

    WhileLoop 0, DA& - 1

        With Doetze#[&loop]

            Ogl("Origin", .X!, .Y!, .Z! - 8)
            Ogl("Color", .R!, .G!, .B!, 1)
            Ogl("Rotate", .RotoX!, .RotoY!, 0)

            If .Form& = 0

                Ogl("Sphere", .5, .Seg&, .Seg&)

            ElseIf .Form& = 1

                Ogl("Cuboid", .5, .5, .5)

            ElseIf .Form& = 2

                Ogl("Triangle", .5, .5, .5)

            ElseIf .Form& = 3

                Ogl("Tube", .5, .5, .5, .Seg&)

            ElseIf .Form& = 4

                Ogl("Disk", .5 / 2, .5, .Seg&)

            EndIf

        EndWith

    EndWhile

    Ogl("Show")

EndProc

ZeichneDoetze Doetze#[], DotzAnzahl&
SetTimer 30

WhileNot @Iskey(27)

    WhileLoop 0, DotzAnzahl& - 1

        With Doetze#[&loop]

            .X! = .X! + .VX!
            .Y! = .Y! + .VY!
            .Z! = .Z! + .VZ!
            .RotoX! = .RotoX! + .VRotoX!

            If .RotoX! < 360

                .RotoX! = .RotoX! + 360

            EndIf

            If .RotoX! > 360

                .RotoX! = .RotoX! - 360

            EndIf

            .RotoY! = .RotoY! + .VRotoY!

            If .RotoY! < 360

                .RotoY! = .RotoY! + 360

            EndIf

            If .RotoY! > 360

                .RotoY! = .RotoY! - 360

            EndIf

            IfNot @Between(.X!, -8, 8)

                .VX! = -.VX!

            EndIf

            IfNot @Between(.Y!, -8, 8)

                .VY! = -.VY!

            EndIf

            IfNot @Between(.Z!, -8, 8)

                .VZ! = -.VZ!

            EndIf

        EndWith

    EndWhile

    ZeichneDoetze Doetze#[], DotzAnzahl&
    WaitInput

EndWhile

KillTimer
Ogl("Done")
Dispose Doetze#[]
 
XProfan 11
Computer: Gerät, daß es in Mikrosekunden erlaubt, 50.000 Fehler zu machen, zB 'daß' statt 'das'...
09.05.2021  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

503 Views

Untitledvor 0 min.
H.Brill29.10.2023
Tango06.08.2021
Ernst21.07.2021
Sven Bader11.07.2021
Di più...

Themeninformationen

Dieses Thema hat 1 subscriber:

p.specht (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie