GLBasic forum

Main forum => GLBasic - en => Topic started by: Kitty Hello on 2006-Mar-04

Title: How to limit 3D in Demo-Version
Post by: Kitty Hello on 2006-Mar-04
Hi,

I'm planning on making 3D available in the demo version. But there must be a point in buying GLBasic over the Demo, right?
So, tell me - how do you think I should limit 3D in demo version? Instead of textures use a GLBasic texture? Draw GLBasic cubes somewhere randomly into the scene? Limit the running time to 60 seconds? I bet you have better ideas than me. I hope we can find a solution fitting for all of us.
Title: How to limit 3D in Demo-Version
Post by: Synthetic on 2006-Mar-04
Here are a few ideas I thought of off the top of my head:

Limit the total number of 3D commands.
Disable some of the 3D commands.
Set camera clipping to a non-adjustable short distance.

I have been wanting to explore the 3D commands in GLBASIC. While I plan on purchasing the base GLBASIC plus the net ability in the next few weeks for my current project, it would be nice to get a feel for the 3D commands beforehand for my next game as I plan on moving up to 3D.
Title: How to limit 3D in Demo-Version
Post by: Kitty Hello on 2006-Mar-15
How about: Generally limit to 640x480, windowed in demo version?
Title: How to limit 3D in Demo-Version
Post by: Synthetic on 2006-Mar-16
I think that would be a great way to go.
Title: How to limit 3D in Demo-Version
Post by: Sebe on 2006-Mar-17
Let's say 800x600 because I'm on 1280x1024 here and 640x480 wouldn't show any quality. Plus you could limit the rendertime to 5 minutes.
Title: How to limit 3D in Demo-Version
Post by: Kitty Hello on 2006-Mar-18
You don't need a demo-version, do you ;)
Limiting to 5 minutes? With a status bar below the Demo-Icon? Nice idea!