![]() |
Glscene ODE Static für Würfel Problem
Ich will einen Würfel haben der die Behaviours ODE Static doch leider funktioniert es nicht aber ODE dynamic funktioniert woran kann das liegen.
Danke im voraus
Delphi-Quellcode:
Testw := TGLCube(Objekte.AddNewChild(TGLCube));
Testw .Position.SetPoint(0, 0, -5); Testw.CubeWidth := 2; Testw.CubeHeight := 2; Testw.CubeDepth := 2; Testw.Material.MaterialLibrary := GLMaterialLibrary1; Testw.Material.LibMaterialName :='Grass'; dyn:=TGLODEStatic.Create(Testw.Behaviours); with TODEElementBox(Dyn.AddNewElement(TODEElementBox)) do begin BoxWidth:=Testw.CubeWidth; BoxHeight:=Testw.CubeHeight; BoxDepth:=Testw.CubeDepth; end; dyn.Manager:=GLODEManager1; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:52 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz