Archive: Draw planes with superscope


3rd December 2002 19:00 UTC

Draw planes with superscope
If we can draw a filled superscope, we can draw 3D objects! NOT LINES LOOKS LIKE 3D NOR USING MOVEMENTS THAT LIMIT THE EFFECTS. If we can have an option to link the beginning and end of a superscope with color filling, we can use superscope to draw almost everything! Any comments?


3rd December 2002 19:24 UTC

You're forgetting the fact that in order to do something in 3D, you need to include depth. There are a few tricks you can use to fake a correct depth-treatment in AVS:

- Use maximum blend with a mono-color object that has depth as the brightness factor. This is like a z-buffer.

or

- Carefully sort all your drawing operations so that they are performed in the correct order (works only for certain objects, and the objects can't rotate)

or

- Cull backfacing lines (works only for objects that are convex)


3rd December 2002 19:32 UTC

Early bird gets the worm
Problems sleeping??? like me or just up early ??


3rd December 2002 19:44 UTC

So you want to implement a 3D engine for superscope including lighting effects? That will be impossible since it will be a HUGE project.

But my main point is to draw PLANE, not lines with superscope. Using blend or other means of effects will ruin the background effects, and create tons of limitations.

Still can't rotate the object tho. Perhaps one with insane formulas can do it. I don't know.


3rd December 2002 19:53 UTC

visag, would you please stop spamming!

Who ever said that those lines or DMs weren't 3D? :weird: BTW, we already can draw anything we want with a superscope (as long as we don't have too many variables). Also, check out some of Jheriko's stuff, he's done some solid 3D sscs.


3rd December 2002 20:28 UTC

Originally posted by Atero
Who ever said that those lines or DMs weren't 3D? :weird: BTW, we already can draw anything we want with a superscope (as long as we don't have too many variables). Also, check out some of Jheriko's stuff, he's done some solid 3D sscs.
Of course I know! But the DM or alike mess things up in the background. If we want to draw an isolated object we should resort to other means. So that filled superscope may be a *half* solution.

3rd December 2002 21:20 UTC

How about a build in option for solid scopes? It would connect the first and the last points(0 and 1 values of i) creating a closed area and fill this area.


3rd December 2002 21:33 UTC

Originally posted by nixa
How about a build in option for solid scopes? It would connect the first and the last points(0 and 1 values of i) creating a closed area and fill this area.
That is exactly what my idea. This should be a simple improvement of superscope and could be done within a few weeks.

4th December 2002 03:30 UTC

I see what you're saying, but that's fairly easy to do with the current scopes. It's just no one's bothered creating a raster-line scope.


4th December 2002 03:52 UTC

This would mean that you could only do one polygon per scope though... hugely impractical for most objects.


4th December 2002 19:46 UTC

Quite...besides, there's other plugins for that. I believe the Psychokinetic plugin or something like that does that....