Class: Mittsu::OpenGLScene
- Inherits:
-
OpenGLObject3D
- Object
- OpenGLObject3D
- Mittsu::OpenGLScene
- Defined in:
- lib/mittsu/renderers/opengl/scenes/opengl_scene.rb
Instance Attribute Summary
Attributes inherited from OpenGLObject3D
#active, #model_view_matrix, #morph_target_influences
Instance Method Summary collapse
Methods inherited from OpenGLObject3D
#active?, #add_opengl_object, #buffer_material, #init, #init_geometry, #initialize, #load_uniforms_matrices, #setup_matrices
Constructor Details
This class inherits a constructor from Mittsu::OpenGLObject3D
Instance Method Details
#project ⇒ Object
3 4 5 6 |
# File 'lib/mittsu/renderers/opengl/scenes/opengl_scene.rb', line 3 def project return unless @object.visible project_children end |