Create Journals
Update Journals

Journals
Find Users
Random

Read
Search
Create New

Communities
Latest News
How to Use

Support
Privacy
T.O.S.

Legal
Username:
Password:

ClaudiusMaximus (claudiusmaximus) wrote,
@ 2008-06-29 16:58:00
Previous Entry  Add to memories!  Add to Topic Directory  Tell a Friend!  Next Entry

    ray42 as a Lua package using tolua

    ray42 was nice as it was, but I got fed up with having to recompile each time I wanted to render a new scene, and C++ isn't a particularly friendly scene description language. So I'm now using tolua to make a Lua package from the core of ray42, and it seems to work ok.

    This code:

    require("ray")
    require("materials")
    
    local s = nil
    for x = -1, 1 do for y = -1, 1 do for z = -1, 1 do
      local m
      if x*y*z == 0 then m = gold else m = cyan end
      local t = sphere3(m, 0.5):translate(v3(x,y,z)*1.5)
      if s ~= nil then s = s + t else s = t end
    end end end
    s = s:transform(rotate3(0.3,1,2) * rotate3(0.3,0,2) * rotate3(0.3,0,1))
    
    local l = Lights3:new(rgb(0.25,0.25,0.25))
    l:add(v3(-3,0,0), rgb(0.5,0.5,0.5))
    l:add(v3( 3,0,0), rgb(0.5,0.5,0.5))
    l:add(v3(0,-3,0), rgb(0.5,0.5,0.5))
    l:add(v3(0, 3,0), rgb(0.5,0.5,0.5))
    l:add(v3(0,0,-3), rgb(0.5,0.5,0.5))
    l:add(v3(0,0, 3), rgb(0.5,0.5,0.5))
    
    render3(s, l, 788, 576, 4/3, 2)

    generates this image:

    cube of spheres 3d

    One small tip when using tolua with recent versions of g++: activate the -Wno-write-strings flag to avoid drowning in a flood of:

    warning: deprecated conversion from string constant to 'char*'

    It is quite boring writing wrappers for ray42's C++ template classes because tolua doesn't seem to understand templates, maybe I should be using tolua++ or some other tool entirely.



(Post a new comment)


psyclone
2008-07-01 02:15 (link)
You've come a long way, baby. Seriously.

(Reply to this) (Thread)


claudiusmaximus
2008-07-11 06:50 (link)
Was just yesterday reading some of my posts from 5 years ago, and I'm inclined to agree.

Cheers!

(Reply to this) (Parent) (Thread)

Jordan shoes, UGG boots,Christian Louboutin shoes.
(Anonymous)
2009-10-27 05:18 (link)
Thank you! I was attracted when saw the air jordan men,there are lots of beautiful lv high boots, sex and gorgeous puma high men. The design of gucci high women response that the Paris is real romantic and fashional, someone:“Pairs je vous aime”. Yes,you will fall in love with Christian Louboutin as well. they will give you causal sexy allure that we all look for.http://www.nikejordanshoes2sell.com/

(Reply to this) (Thread)

Nike Jordan shoes,UGG shoes,ED hardy shoes
(Anonymous)
2009-10-27 05:18 (link)
Thank you for your article!A light heart lives long. Early to air jordan women bed and early to rise, makes a nike shox man healthy, dior high boots wealthy and wise Sloth , like ed hardy rust, consumes faster than labor wears. gucci boots life is the art of drawing sufficient conclusions from insufficient premises. http://www.onestop-onlineshopping.com/

(Reply to this) (Thread)


(Post a new comment)

© 2002-2008. Blurty Journal. All rights reserved.