Getting Started¶
Requirements¶
- Delphi with FireMonkey support.
- A platform supported by FireMonkey 3D.
The project was created as a Delphi FireMonkey component. Depending on your Delphi version, RAD Studio may update project metadata when opening the project files.
Repository Contents¶
The repository includes:
U3DBarGraph.pas: main component source code.T3DBarGraphPackage.dproj: installable package project.T3DBarGraphDemo.dproj: demo application.Test.dproj: performance test application.
Install The Component¶
- Open
T3DBarGraphPackage.dprojorT3DBarGraphPackage.dpkin Delphi. - Build the package.
- Install the package into the IDE.
- The component should appear in the
UofWcomponent palette asTBarGraph.
Run The Demo¶
- Open
T3DBarGraphDemo.dproj. - Build and run the project.
- Use the demo controls to change visual settings, scale behavior, camera state, and lighting.
Run The Performance Test¶
- Open
Test.dproj. - Build and run the project.
- Use the
1k,5k,10k, and50kbuttons to compare loading and interaction at different dataset sizes.
The performance test is useful when changing rendering, picking, transparency, camera movement, or bulk data loading.