again?
firsly,
how would i continuer to make a 3D Scope? - preset
should be:
what should i do next to continue learning about 3d scoped presets?
english is your first language. this being an internet forum doesnt make it ok to suddenly forget how to form a sentence.
anyway, its been said many times that you dont listen to anyones advice, yet you keep on asking. So please,
read my post all the way through, and THINK ABOUT IT!
just practice, make shitty little experiments that dont necesarily look nice, and eventually you will develop a better understanding.
have you tried making something basic like a spinning sphere in the center of the screen? or a wireframe cube?
just find some very simple 3d code, like el-vis' framework, and learn what each part is doing. It essentially breaks down like this:
step1: draw your shape in the
imaginary 3d space.
step2: rotate that shape in 3d using the rotation sequence.
step3: translate it into 2d in the avs windows coordinates (x and y).
once you have a good understanding, implement some creativity, and show us something new.
Now, please dont ask again unless you have a
specific problem. all the information you need is out there already. just keep trying.