grasshopperTrainer / CADengine

Engine for CADing application.
1 stars 1 forks source link

pyopengl2-101 implement horizon #104

Closed grasshopperTrainer closed 3 years ago

grasshopperTrainer commented 3 years ago

implement Ground Simple shader driven ground rendering. Much to learn, play with shaders.

implement frame depth rendering Frame().render_pane_space_depth, separated instead of using optional argument with render_pane_space, as ~depth doesn't require explicit depth value argument.

implement MetaTexture().as_unit To explicitly state texture unit for gl.glActiveTexture with context manager pattern.