zoukankan      html  css  js  c++  java
  • Release My Renderer : Eclinse !


    Introduction to Eclinse

    Eclinse is a programmable 3D renderer. It's just a pure ray-tracer by far, but you can develop it easily as it follows the philosophy of object-oriented programming and provides a friendly interface. Indeed, it's exactly a framework of a rendering system to be enhanced in future more than just a simple renderer, and some basic mechanisms as well as technologies were introduced to solve the designing and performance problems that are common to not only renderers but also many other applications. To understand the principles of Eclinse, you should be somehow learned in Computer Graphics, C++ programming, Windows API, OpenGL and etc. Detailed comments were included in the sourcecode, referring to them will really help, and the sample shaders along with it explain how to write shaders using the shading language interface. This software is distributed under GNU Public License with the hope that it will be helpful and without any warranty, of course it's far from the qualities to be a product and I believe that none will do this. To continue developing it, I need more people to help. If you are the one, please contact me. Although Eclinse has its own scene description language, I'm trying to make it a plug-in renderer for 3ds max recently for convenience.

    Len3d.

    Download the Sourcecode Here

  • 相关阅读:
    HTML简介
    web服务器的原理
    静态网页和动态网页的区别
    HTTP协议相关原理
    C/S,B/S的应用的区别
    git撤销commit但未push的文件
    表单提交不刷新页面
    httpclient请求中文乱码问题
    web项目,@return@see@param等注解Maven install报错,不能识别
    Hive 基本操作
  • 原文地址:https://www.cnblogs.com/len3d/p/375373.html
Copyright © 2011-2022 走看看