Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.963 Beiträge
 
#1

Creating 3D applications with Firemonkey

  Alt 11. Jun 2019, 20:20
In this post we will see how easy it is to make a simple 3D application with Firemonkey. We start from the menu File-New-Multi device Application Delphi-3D ApplicationAñadimos a component called tDummy that will behave like a container of other components In Firemonkey 3D. This component is the equivalent of tLayout in the world of 2D Firemonkey. With tDummy we can move, rotate, rotate and scale the objects that we associate and will be the object of which almost all that we put in the form, this will give us a very simple way to manipulate a scene. Now we have to select the tSphere component and place it in such a way that it hangs from the tDummy component. Select tDummy and Change the property Scale X, Y, Z to value 5. From the Structure view you have to look like this: Then select the tTextureMaterialSource component and place it in the form. Then we click tSphere and associate the "MaterialSource" property to the tTextureMaterialSource component. Now you have

Weiterlesen...
  Mit Zitat antworten Zitat