Posted by: | SITT | |
Data created: | 8 March 2010 |
how to render scene
| |||
8 March 2010
#1481 | |||
Hi, Have you tried Global.COREInterface8.QuickRender(...) ? Marsel Khadiyev (Software Developer, EPHERE Inc.) | |||
29 April 2010
#1849 | |||
very thanks,why,cant execute? IRendParams theRendParams = null; | |||
29 April 2010
#1851 | |||
Not certain, I would have to check that locally. This should work btw: Plugin.Instance.Global.COREInterface8.QuickRender( TIME_PosInfinity, null, null ); Marsel Khadiyev (Software Developer, EPHERE Inc.) | |||
29 April 2010
#1853 | |||
very thanks maybe because ========================
| |||
29 April 2010
#1854 | |||
i hope render with region type :) | |||
4 May 2010
(updated 5 May 2010)
#1874 | |||
IViewParams tvp = null; how tu use CurRenderRenderFrame? this can not execute return this message System.AccessViolationException: * * * * * * * * * * * * * * abnormal text * * * * * * * * * * * * * * | |||
6 May 2010
#1896 | |||
MaxGlobal.COREInterface.OpenCurRenderer();
need open :) | |||
6 May 2010
#1897 | |||
Ah, yes I forgot about that. I will post documentation in a couple of days, hopefully it will give better details. Marsel Khadiyev (Software Developer, EPHERE Inc.) | |||
6 May 2010
#1898 | |||
thanks, Now I only can render a background color have not object =..= | |||
6 May 2010
#1901 | |||
Sounds like you have specified an invalid view or camera parameters. IViewParams should be properly set up. Marsel Khadiyev (Software Developer, EPHERE Inc.) | |||
7 May 2010
#1908 | |||
how to undisplay the bitmap? this attribute only can read | |||
7 May 2010
#1909 | |||
and why... i can render the object ,but , very strange def jpg if f9 render dotnet is my code render ... Looks,like have so strong light ======================this is my code ===================== IViewParams theViewParams = MaxGlobal.ViewParams.Create(); | |||
7 May 2010
#1910 | |||
For some reason it exported as property. To close do: int tmp = theBitMap.UnDisplay;
I am not sure why you're getting it. I just tried your code and light is ok in my render. Perhaps you're not setting the exposure properly in atmospherics? Marsel Khadiyev (Software Developer, EPHERE Inc.) | |||
9 May 2010
#1922 | |||
my scene envionment map setting a sxirl map .......... after this effect ..... but pressed f9 key render not like this | |||
9 May 2010
#1923 | |||
theBmpInfo.SetType(6
is ok :) | |||
10 May 2010
#1927 | |||
Good to see you figured it out :) Marsel Khadiyev (Software Developer, EPHERE Inc.) |