How to render the scene to two or more forms use the same device at once? If i have three forms did i need
create three device for them(one form...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
10 results in 0.0046 seconds.
Keywords
Members
Tags
-
Render to multi-form
-
Canvas Attributes question
'Holographic' doesn't show anything, 'SDF' just show a rectangle fill with one color, 'Outline ' looks the same as original image, is it normal?Last edited by DraculaLin; 01-26-2020, 12:40 AM.
-
Is reading single pixels of a Texture's Depthbuffer possible?
I was thinking about a better way to "block" my lensflare effect and I thought that reading the value of the depthbuffer at the position where...
-
Texture load from file problem
What's the correct format for texture load.These code doesn't work for me.
Code:Texture := TextureInit(FDevice, 'c:/MyPic.bmp', TPixelFormat.RGBA8);
-
How to lock texture
How to convert these Asphyre code to Afterwarp.
Does it similar to Texture.Update(...) ?
Code:var pDest: Pointer;
-
Getting the 2D screen position of a 3d point in Worldspace
Does the framework have a function that helps getting the 2d position on the screen of a 3d point in worldspace (with its view and projection matrix)?...
-
Possible Bug : OnProcess in TTimer is now unhinged in 1.10
I compiled my current demo project with the new version 1.10 and the OnProcess speed is now unlimited (like 2000+)
No matter what I use for Ftimer.speed....
-
3D Tex.Coordinates for basic meshes?
When you create a cube or any other standard mesh you can only specify 2 dimensions for the texture tiles which is not suitable for meshes like in the...1 Photo
-
Question about TTimer for a better understanding
I saw that all the examples only use the TTimer for measuring the framerate while the application basicly runs at full speed without a process loop at...
-
Assign Texture to model
After getting back to the 2D canvas basics, I fiddled with the Chart3D sample. I was able to alter the chartmeshes, add new stuff like a simple cube,...