Search found 4 matches

by ohanegby
Tue Dec 09, 2008 1:56 pm
Forum: Code Snippets
Topic: irrlicht in a browser 2: Irrlicht + firefox made easy
Replies: 3
Views: 2140

irrlicht in a browser 2: Irrlicht + firefox made easy

Hi,
I posted a tutorial on how to make a firefox plugin that will run an irrlicht sample. The cool thing is that the same irrlicht sample code is used both for the ActiveX and the FF plugin. This is achieved by running the irrlicht sample in a different process than the plugin and passing it the ...
by ohanegby
Fri Nov 28, 2008 5:19 pm
Forum: Code Snippets
Topic: irrlicht in a browser: Irrlicht + ActiveX made easy
Replies: 5
Views: 3849

making a live demo is more complex than just a tutorial. you need to make something that automatically downloads the assets to your local computer on to a valid location (the application data special folder is a good place for that) and run it from there. As mirror stated there is the full source ...
by ohanegby
Fri Nov 28, 2008 11:16 am
Forum: Code Snippets
Topic: irrlicht in a browser: Irrlicht + ActiveX made easy
Replies: 5
Views: 3849

irrlicht in a browser: Irrlicht + ActiveX made easy

Hi,
I posted a tutorial on a method for making an application using irrlicht to run inside an activex control as an external process, making it very easy to run existing applications inside a browser without much modification.
the tutorial is available in my blog including the full source code ...
by ohanegby
Fri Aug 31, 2007 5:08 pm
Forum: Bug reports
Topic: period character in mac is mishandled
Replies: 0
Views: 618

period character in mac is mishandled

Hi,

I compiled version 1.3.1 and meshviewer sample (as is) in mac OSX 10.4 - intel
I tried to type in a number with a period (i.e. "0.5") to the scale textboxes on the right. When pressing the period button nothing happened. I debugged the code and it seems that that the function [str ...