Hi there, sorry for the newbie question, but i have just downloaded WinBlitz3d and it's really, really good. However i want to include the blitz3d runtime window, checking the forum i see you can use the following command "Create3DScene"
So from a beginner point of view, i have tried the following and it does not work.
To include the Create3DScene, what do i need to do?
So from a beginner point of view, i have tried the following and it does not work.
Global blitz3d_runtime_window = CreateWindow("Viewer",10,10,400,300,0,0) Create3DScene(blitz3d_runtime_window,10,10,300,400,0)
To include the Create3DScene, what do i need to do?